[TYPO3-dev] find FlexForm value in page tree

Dmitry Dulepov typo3 at fm-world.ru
Tue Apr 11 08:01:21 CEST 2006


Hi!

Andreas Förthner wrote:
> What I actually have to do is to search over the whole flexform data in
> the pagetree and find the page where the select-field has a specific value.
> Is something like that possible? Can I search for a specific flexform
> value in the whole pagetree?

There is no support for this in typo3 and none planned if I am not mistaken.

You could do it in two ways:
- use RLIKE on the flexform. Not a good thing because internal flexform
representation (XML) has changed in 4.0
- add extra "indexing" table for both plugins and save there fields that
you want to search. You will need also hook for TCEmain to watch when
record is deleted.

Dmitry.
-- 
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)




More information about the TYPO3-dev mailing list