indexed_search result output just in current language
For example: Your default language is german, the language with the ID 1 is American English. Add this piece of typoscript to your template:
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 0
[globalVar = GP:L = 1] config.sys_language_uid = 1 config.language = en config.htmlTag_langKey = en-US config.locale_all = en_US plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 1 [global]
Note: The indexed_search plugin has to be translated, too.










