[TYPO3-shop] using crawler to index products pages
Franz Holzinger
franz at fholzinger.com
Tue Jun 12 18:10:34 CEST 2007
Hello Andrew,
> in fact, if i disable tt_products plugin on the page, the page will
> index as it should, so is there a conflict somehow?
>
> i dont see any settings in tt_products relating to indexed_search or
> crawler.
>
> Franz, have you seen this happen before? Do you know if tt_products is
> in fact compatible with being crawled?
Yes, I have seen this already running somewhere.
>>> tx_crawler.crawlerCfg.paramSets {
>>> tt_products = &tx_ttproducts_pi1[product]=[_TABLE:tt_products;
>>> _PID:93]
>>> tt_products.cHash = 1
>>> tt_products.procInstrFilter = tx_indexedsearch_reindex
>>> }
Why do you need the _PID:93 ?
You can either index the tt_products table or the generated frontend
output. If you set PID here, then only products of that folder will be
taken. But you will also need the tt_products SINGLE plugin on the page
of the id=... .
Otherwise I think you must set
&contentId=[_TABLE:tt_products]
- Franz
More information about the TYPO3-project-tt-products
mailing list