[Typo3] indexed search vs simple search
Bart Aninowski
bart at sonik.pl
Wed Jan 26 16:07:35 CET 2005
> To set polish language (if pl is the language shortcut for polish)
> tt_content.search.20.layout.10.lang.pl = Søgeresultat:
> ###RANGELOW###-###RANGEHIGH### ud af ###TOTAL###
> tt_content.search.20.next.lang.pl = BlahBlah
> tt_content.search.20.prev.lang.pl = BlahBlah
I found somthing
Plase look at these line from my website and testsite package
[10]=TEXT
[data]=LLL:EXT:css_styled_content/pi1/locallang.php:search.resultRange
[layout]=COA
[10]=TEXT
[value]=Searchresult: ###RANGELOW###-###RANGEHIGH### of ###TOTAL###
So I add to my TS
tt_content.search.20.layout.10.data >
tt_content.search.20.layout.10.value = TEST: ###RANGELOW###-###RANGEHIGH###
of ###TOTAL###
and it works.
More information about the TYPO3-english
mailing list