[TYPO3] indexed search, no work properly!

Tapio Markula tapio.markula at dnainternet.net
Tue Jun 27 23:15:17 CEST 2006


Jody Cleveland wrote:
>>To an extension TS Template setup field for the page(s), which is/are 
>>the starting point of new search(es)
> 
> 
> So, if you've got a search box on page id 32, and you want that search
> box to search page 75. You would put
> plugin.tx_indexedsearch.search.rootPidList = 75 in the page TS of page
> 75?

I have put it to an extension TypoScript template to the setup field.
*not* TS Config for page's TS Config field in Page properties/Page header.

You can do this

root template
constant
indexedSearchPID=...
setup
plugin.tx_indexedsearch.search.rootPidList = {$indexedSearchPID}

and in some extension template
constant
indexedSearchPID=...


That mechanism is not available in TS Config for pages.



More information about the TYPO3-english mailing list