[TYPO3] indexed-search recursive indexing

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Wed Aug 23 16:03:46 CEST 2006


Michel Albert schrieb:
> Hello again,
> 
> I am using indexed-search and I found that it can index *pages* recursively, 
> but is not able to index *records* recursively. So now I have an indexed 
> search setting for each level of pages. I need that to index records from a 
> plugin I wrote, but for example, also for tt_news records. Is that not 
> possible or am I missing something?

The indexed search adds all cacheable pages (with 
page.config.index_enable=1) to the search index. A page with a dynamy 
plugin must be called with a cHash query parameter to be cachable. tt_news 
should do this for the single view.

Masi



More information about the TYPO3-english mailing list