Hi *, I have analyzed how searching works with "I publish my weblog in multiple languages" set to true. Main problem is that search results have links to Entry page with no locale or the same locale as on Search Page ( http://localhost:8083/roller/test/en/search?q=post). This makes links broken if they are in different locale.
As a fix I did this: 1. Enabled searching by language (Field in Index) - Index needs to be rebuild 2. Added "public String entry(WeblogEntryWrapper entry)" to URLModel to enable returning links to entries with their locale; and changed accordingly basic theme _day.vm template I am waiting for your feedback. :) If You like this solution I can change other themes and document the change in URLModel. Best Regards, Maciej Rumianowski