[TYPO3] crawler not indexing no cache or tt_products pages

Andrew Davis andrew at avagraphique.com
Tue Jun 12 19:22:25 CEST 2007


you can use crawler to index data from extensions that arent cached.

the part i was missing - you have to put an indexing configuration 
record on the pages from which those records should be indexed.

finally got it to work after watching kasper's podcast 5 times. ;-)

one thing to note is that you do not need to setup a cron script to get 
everything to work -- it will work from the manual means of crwling the 
site.

cheers,
andrew

> 
> AFAIK you can't index non cachable pages using indexed search.
> This is why pages containing any piece of tt_products might fail since it is
> still using $TSFE->set_no_cache(); which is disabling the cache for the
> whole page, while a simple COA_INT or USER_INT would just disable the cache
> for the plugin itself.
> 
> HTH
> 
> Joey
> 


More information about the TYPO3-english mailing list