[TYPO3-english] Exclude news cat from search result

Jesper Goos jesper at goos.dk
Fri Jun 24 09:32:02 CEST 2011


Hi

I use the crawler extension to crawl a website and the indexed_search to 
search the index.

Crawler setup:

# CONTENT
tx_crawler.crawlerCfg.paramSets.content =
tx_crawler.crawlerCfg.paramSets.content {
	cHash = 1
	procInstrFilter = tx_indexedsearch_reindex, tx_indexedsearch_crawler
	baseUrl = http://domain.de/
}

# NEWS
tx_crawler.crawlerCfg.paramSets.tt_news_news = 
&tx_ttnews[tt_news]=[_TABLE:tt_news;_PID:12]
tx_crawler.crawlerCfg.paramSets.tt_news_news {
	procInstrFilter = tx_indexedsearch_reindex, tx_indexedsearch_crawler
  	cHash = 1
  	pidsOnly = 140
  	baseUrl = http://domain.de/
}


I need to exclude some of the tt_news catrgories, so that will not be 
either added to the index, or not shown in the search result.

Can I set this in the crawler, or is there a setting for the indexed_search?

Any ideas?

KR Jesper


More information about the TYPO3-english mailing list