[TYPO3] crawler not indexing no cache or tt_products pages

JoH asenau info at cybercraft.de
Tue Jun 12 17:42:03 CEST 2007


> it seems that the crawler will only index pages that are cachable.
>
> which seems like there is something wrong here:
>
> 1. My normal pages will index using crawler.
> 2. if i set a normal page to NO CACHE, then crawler wont index it.
> 3. If i have a page with tt_products plugin, even with special crawler
> config set in page tsconfig, it still does not index.
> 4. I can hide the plugin on that same page, and it will index.
>
> so my question is, how does one index non cacheable pages? with
> crawler config i thought it would just follow the lnk&parameters and
> then index the pages one by one in the queue..... am i missing
> something here?!

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

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com




More information about the TYPO3-english mailing list