[Typo3-dev] indexed_search top-10 feature requests
Martin Kutschker
martin.t.kutschker at n0spam.blackbox.net
Mon Feb 14 10:45:56 CET 2005
"Kasper Skårhøj" <kasper2005 at typo3.com> schrieb im Newsbeitrag
news:mailman.22.1108134540.1950.typo3-dev at lists.netfielders.de...
>
>> And to whomever is doing the FE: please take my post "sys_language_uid to
>> L
>> mapping" into account. The indexed search should really link to the
>> correct
>> langauge version of the page.
>
> Could you forward it?
I changed in the TER version the function linkPage($id,$str,$row=array()). I
simply added this line:
$urlParameters['L'] = $this->conf['languid2L.'][$row['sys_language_uid']];
Worked for me.
This is plugin specific but it might make sense to add something like this
to the TS config.
Masi
More information about the TYPO3-dev
mailing list