[TYPO3-dev] find FlexForm value in page tree
Jean-Baptiste Rio
triphot69 at hotmail.com
Tue Apr 11 13:44:47 CEST 2006
Andreas Förthner wrote:
> Is something like that possible? Can I search for a specific flexform
> value in the whole pagetree?
>
Hi,
With MySQL, you can use
SELECT * from tt_content where pi_flexform REGEXP
'<myfield>.*<vDEF>myvalue</vDEF>.*</myfield>'
I'm not sure of the correct syntax of the regular expression, please
check it.
Regards,
JB
More information about the TYPO3-dev
mailing list