[TYPO3-english] indexed search- results in respective languages only

Henjo Hoeksma hphoeksma at stylence.nl
Thu Mar 19 14:14:00 CET 2009


On 2009-03-18 18:02:15 +0100, Rupali <rupali.ffm at googlemail.com> said:

> Hello list,
> 
> i have multi-language website. i have used indexed_search extension, is
> working good. but the problem is this, if search word exists in different
> languages, all those records are shown.
> How to instruct indexed search to search for the search word in current
> language only ?
> 
> Thanks.

Hi Rupali,

you can use this type of TS code:

# Russian language, sys_language.uid = 4
[globalVar = GP:L = 4]
config.sys_language_uid = 4
config.language = ru
config.locale_all = ru_RU
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 4
[global]


Sincerely,

Henjo



More information about the TYPO3-english mailing list