Skip to main content

Blog

Typo3 indexedsearch Mehrsprachigkeit

4. Mai 2009

Wenn das Suchresultat Mehrsprachig ist, man das Ergebnis aber nur in der aktuellen Sprache haben möchte, könne diese Zeilen helfen.
TS-Setup:

#default language

plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 0

[globalVar = GP:L=1]

   #secund language

   plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 1

[global]

[globalVar = GP:L=2]

   #third language (and so on;-)

   plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 2

[global]
← Zurück zum Blog