[TYPO3-english] Typo3 Search seems to be language restricted

Rahul Jain rahul at segfault.co.in
Wed Aug 20 09:46:08 CEST 2014


On the website http://test.ageweb.ch I have been trying to configure front-end search (the site uses Typo3). I used the following extensions:

Faceted Search: I followed the instructions and the test page is located at the following address: http://test.ageweb.ch/index.php?id=17; for some reason this only searches the German pages, the English pages seem to be not indexed

Indexed Search Engine (Typo3 default): The test page is located at: http://test.ageweb.ch/index.php?id=15; this only searches the English pages!

The localisation settings are as follows:


# Localization:
config {
   linkVars = L
}
[globalVar = GP:L=0]
config {
   sys_language_uid = 0
   language = de
   locale_all = de_DE
   metaCharset = iso-8859-1
 }
[globalVar = GP:L=1]
config {
   sys_language_uid = 1
   language = en
}

Could someone please point out the errors here?


More information about the TYPO3-english mailing list