[TYPO3-english] can't index default language pages with indexed_search

radu ro radu.istoc at finea.ro
Tue Oct 15 11:41:54 CEST 2013


I have two languages on my site and strangely indexed_search indexes only alternative page language with the translation content. I have Typo3 6.14 and in typoscript is the next configuration: 

#### languages            #####
###############################

config.linkVars = L
config.uniqueLinkVars = 1
config.sys_language_overlay = content_fallback
config.language = ro
config.locale_all = ro_RO
config.htmlTag_langKey = ro-RO
config.sys_language_uid = 1
[browser = msie]
config.htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="ro"

[globalVar = GP:L = 2]
config.language = de
config.locale_all = de_DE
config.htmlTag_langKey = de-DE
config.sys_language_uid = 2
[globalVar = GP:L = 2] && [browser = msie]
config.htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="de"

thanks


More information about the TYPO3-english mailing list