[TYPO3-ect] RFC: Result Browser Service for lib/div - part 1 + 2
Elmar Hinz
elmar07 at googlemail.com
Wed Aug 8 02:51:40 CEST 2007
Franz Koch wrote:
> Hi Steffen,
>
>> I don't see that in a resultbrowser, it's more kind of search filter.
>> This should be something for a searchview.
>
> you're probably right - it's more a filter. But also something that could
> be provided as service or ready to go part in lib/div I guess.
>
To build filters, is indeed a typical application for SPL objects as part of
a data processing chain. If the total result list, is a few dozens of
entries, the result browser could do all this in one application, what the
user feels to be one application. There are smart solutins in Ruby on Rails
doing this.
But if the result list has hundreds or thousands of entries, it's much
better to use the DB for sorting and filtering. But then we have to divide
it into two parts. Both parts, resultbrowser and DB, have to deal with the
offset and the limit. That is against the DRY "Don't repeat yourself"
paradigma. But I don't see a fast running solution to avoid this artificial
seperation.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list