On 2009-03-18 18:02:15 +0100, Rupali <[email protected]> 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 _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
