Forums / Developer / eZ Find search results in other languages [SOLVED]
Lo' F.
Wednesday 08 December 2010 1:10:45 pm
Hello!
There seems to be a problem with the returned search results' links when the search is launched from other languages other than the default one:
The Italian (default language) search produces results linked to their related pages..
.../index.php/ita/Chi-Siamo/Contatti/(language)/ita-IT
while the English search, for instance, produces results in English but linked to nodes with their default language names which ends up with a module not found message
.../index.php/eng/Chi-Siamo/Contatti/(language)/eng-GB
(instead of .../index.php/eng/About-Us/Contacts/(language)/eng-GB)
Is there a way I can overcome this issue?
loredanaebook.it
Friday 10 December 2010 6:46:46 am
Finally got it!
The trick was in the ezfind_line.tpl (..of course!) where the search result url was set as global_url_alias.
Simply changed to url_alias.