[TYPO3-dev] Indexed search and crawler dependency [Was: Re: [TYPO3-core] RFC #11927: Use suggest feature in system extensions]
Martin Kutschker
masi-no at spam-typo3.org
Sun Sep 13 12:04:21 CEST 2009
Steffen Kamper schrieb:
> 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 :)
Or make a third extension index_search_crawler which connects the two
extensions.
Masi
PS: The crawler in its current state is a sad affair, but if it gets
rewritten like Gabriel it could be a worthy (sys) extentions.
More information about the TYPO3-dev
mailing list