[TYPO3-english] Indexed search displays results in all site languages

Oliver Salzburg kinggencha at googlemail.com
Thu Sep 8 21:21:55 CEST 2011


Hi,

I have a site that uses 4 languages. When performing a search on the
site while using the default language, indexed search will return
results in all 4 languages configured on the site.
Performing the same search in any of the 3 non-default languages, will
only show results in the selected language.

I use the following TS and thought it would be sufficient to handle the
issue.

plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 0
[globalVar = GP:L = 1]
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 1
[end]
[globalVar = GP:L = 2]
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 2
[end]
[globalVar = GP:L = 3]
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 3
[end]

Thanks for any help


More information about the TYPO3-english mailing list