[TYPO3-dev] find FlexForm value in page tree

Andreas Förthner Andreas.Foerthner at netlogix.de
Tue Apr 11 11:38:41 CEST 2006


Dmitry Dulepov schrieb:
> 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.
Hi Dmitry,

I feared that there would be no easy way. But thank you than I think 
I'll go for the extra "indexing" table.

Thanks a lot!

Andreas




More information about the TYPO3-dev mailing list