[TYPO3] Dealing with 2.5 million commerce items...

JoH asenau info at cybercraft.de
Tue Oct 31 02:29:29 CET 2006


> Are there any extensions doing something like this that I could look
> at for inspiration? Is it possible? Difficult to do? A bad approach?
>
> I'm still very "searching" in my approach to problem-solving with
> TYPO3, as the tutorials are my only practical experience as of now.
> I'd like to stay as "true" to the TYPO3 "rules" in implementing this
> so that I benefit as much as possible from the built-in functionality
> and compatibility with other existing extensions.
>
> Am I making sense here?

Check DB-check ;-)
It's part of the core so it should be available as a default extension.
One of the features is the "Full Search" tool.
You can create your own queries by modifiying some input fields, selectboxes
and checkboxes for each field in the "WHERE" clause.
With actions you can use predefined search queries too.

The result will be presented as a list of items that can be edited directly
by clicking on a pencil icon. Closing the editing form will return you to
the last result list.

Once I made a modified standalone version called "Advanced DB Search", which
has been implemented completely into DB check of T3 4.0 - You can still use
it if you want to enable non admins to use the querybuilder, which is not
possible with DB check. So maybe it can serve you as a base to create your
own improved version.

Let me know if I can help you with it.

Joey

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





More information about the TYPO3-english mailing list