[TYPO3-core] RFC: #11531: Recycler filter produce wrong SQL
Oliver Hader
oliver at typo3.org
Tue Jul 14 20:47:40 CEST 2009
Hi Steffen,
Steffen Kamper schrieb:
> Type: Bugfix
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=11531
>
> Branches: Trunk
>
> Problem:
> for the filter recycler build the SQL like
>
> AND TCA[ctrl][label] LIKE "%filtertext%"
>
> But in TCA[ctrl][label] you may have more than one field comma-seperated
>
> Solution:
> if comma-seperated list, use first value only
Sorry, but I guess that's wrong. I could not find any document about the
possibility to use a list for $TCA['ctrl']['label']. The label-value
would be fetched by e.g. $row['title,subtitle,uid'] then...
Just try it in the list module...
olly
--
Oliver Hader
TYPO3 Release Manager 4.3
More information about the TYPO3-team-core
mailing list