[TYPO3] questions about crawler and getting crawled pages into indexed_search
Andrew Davis
andrew at avagraphique.com
Sun Jun 10 15:52:49 CEST 2007
Hi List,
I have searched the list and cant find any issue quite like this, so:
I am crawling (for indexed_search) some pages that contain tt_products
items.
my page tsconfig for the page is this
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
}
in INFO > SITE CRAWLER > START CRAWLING it seems to find the few
products that should be there (Says 6, and thats right).
I click START CRAWLING, then switch to CLI STATUS and click RUN NOW, and
it seems to work; switching to CRAWLER LOG, the items eventually show
Status: OK, and the url it shows correctly resolves to the page with
product. so it seems like things are working.
I am trying to test it tho, and when I goto frontend and search for
something that should be on one of those product pages, i dont get any
results.
INFO > INDEXED SEARCH STATISTICS shows that it logged the words i
searched for.
I tried going to INFO > INDEXED SEARCH for the products page I crawled,
and it shows no indexed entries there.
Am I missing something here? Do i need to do anything to get the crawler
to plug the crawled pages into indexed_search?
Any help appreciated, thanks!
Andrew
More information about the TYPO3-english
mailing list