[TYPO3-shop] Problem with tt_products, crawler and indexed_search

Juan Pablo Villaverde jpablo at omnisciens.com
Tue Jun 24 18:48:01 CEST 2008


I solved the issue, was a combination of: missing checks in checkboxes of 
indexed_search configuration to deactivate the standar indexing and activate 
crawler, wrong plugin in the search page (the standard search instead of the 
indexed_search plugin), and a non working index configuration.

"Juan Pablo Villaverde" <jpablo at omnisciens.com> escribió en el mensaje 
news:mailman.1.1214268926.13923.typo3-project-tt-products at lists.netfielders.de...
> Hi everyone!
>
> I am experiencing an issue trying to index product pages from tt_products, 
> I installed the crawler extension, added the CLI cronjob, and added the 
> following TS to the root page TSConfig:
>
> tx_crawler.crawlerCfg.paramSets.test = 
> &tx_ttproducts_pi1[product]=[_TABLE:tt_products;_PID:38]
> tx_crawler.crawlerCfg.paramSets.test {
> cHash = 1
> procInstrFilter = tx_indexedsearch_reindex, tx_indexedsearch_crawler
> baseUrl = http://www.ourdomain.com/
>  procInstrFilter = tx_indexedsearch_reindex, tx_indexedsearch_crawler
>  cHash = 1
>  baseUrl = http://www.ourdomain.com/
>  pidsOnly = 57
> }
>
> 57 is the pid of the detail page
> 38 is the pid of the sysfolder containing the product records.
>
> Then I go to the Info module, Site Crawler, Starrt crawling option, 
> Infinite levels, Update and Crawl URLs.
> Then I check the crawler log and the cronjob has processed the new entries 
> OK.
> Everything OK to this point. The crawler seems to make his work.
>
> But the indexed search does not show results related to the product pages! 
> Any step is missing in order to "communicate" the crawler records to the 
> indexed_search extension? When I choose Info, Indexed Search, Overview, 
> infinite levels the list does not show anything related to
>
> I was unable to find a post about indexed search and tt_products, I think 
> that a solution for this will be very helpful for many people.
>
> Regards,
>
> Juan Pablo Villaverde
> jpablo at omnisciens.com
> http://www.omnisciens.com
>
> 




More information about the TYPO3-project-tt-products mailing list