[TYPO3-dev] Search index and extension

Patrick Boisclair illustra at videotron.ca
Mon Feb 13 13:52:19 CET 2006


Martin Kutschker wrote:
> Patrick Boisclair schrieb:
>> Hi, I write a extension who create a list of person from a table.
>>
>> My extension work fine, but the content of my extension was not 
>> indexed by the Search index. But the content of tt_content and tt_news 
>> was indexed.
>>
>> Anybody know why ?
> 
> You're extension has to be a USER object.
> 
> In "list mode" you have to disable the page cache 
> $GLOBALS['TSFE']->set_no_cache(). You can achieve this simply by setting
>  var $pi_checkCHash = TRUE
> in your pluign class. Note: this has to be done in the class declaration!
> 
> In "details mode" you have to use a cHash in your URLs. But this happens 
> automatically unless you fiddle with other settings.
> 
> Masi
Hi Masi,
I understand, but how to make the extension to be USER object ? In 
typoscript ?

Thanks




More information about the TYPO3-dev mailing list