Actions
Bug #20754
closedRecycler filter produce wrong SQL
Start date:
2009-07-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
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 commalist, use first value only
(issue imported from #M11531)
Files
Actions