[TYPO3] can multiple source pids be specified in crawler configuration?

Andrew Davis andrew at avagraphique.com
Wed Oct 3 18:03:06 CEST 2007


OR to just tell it to index the entire tt_products table, which would 
also be fine.

doing this

product_crawl = &tx_ttproducts_pi1[product]=
  [_TABLE:tt_products]

does NOT index the entire tt_products table ;-(


andrew


Andrew Davis wrote:
> i want to d0 something like this
> 
> tx_crawler.crawlerCfg.paramSets{
>     product_crawl = &tx_ttproducts_pi1[product]= 
> [_TABLE:tt_products;_PID:1-100]
>       product_crawl.cHash = 1
>     product_crawl.procInstrFilter = tx_indexedsearch_reindex
> }
> 
> 
> i have a lot of sysfolders containing products records, i need to 
> specify the pid of all of them here?
> 
> 
> thanks for any help,
> Andrew


More information about the TYPO3-english mailing list