[TYPO3-dev] Indexed search and crawler dependency [Was: Re: [TYPO3-core] RFC #11927: Use suggest feature in system extensions]
Steffen Kamper
info at sk-typo3.de
Sat Sep 12 16:10:21 CEST 2009
Hi Francois,
Francois Suter schrieb:
> Hi,
>
> This is getting OT so I'm moving it to the dev-list.
>
>> are they?
>> look to ext_tables of indexed_search:
>> [snip]
>>
>> So indexed_search has records in TCA which are only usable when
>> crawler is installed. That's what i ment.
>
> Argh, this is really ugly!
>
> But what I meant is that the crawler can be used without indexed search,
> so the two cannot be merged. What would be worth trying instead is to
> take the code related to the crawler out of indexed search and put it
> into a separate extension.
>
> That would remove a dependency on an extension from a sysext.
>
yes. The records makes no sense in indexed search as they belong to
crawler. So the best would be to move them to crawler. But the table is
called index_... so it's an indexed_search table - weird :)
Just for interest - what benefit has crawler without indexed_search?
Imho crawler only does the indexing with a cronjob for indexed_search,
or is there any extension benefit from crawler results?
vg Steffen
More information about the TYPO3-dev
mailing list