Actions
Bug #24692
closedLive Search: Search query loops over all tables even after max search results have been found
Start date:
2011-01-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When executing a live search, we loop over all tables defined in the TCA. After this search is complete, we then slice the search array and throw away everything we don't need.
For better performance, we should stop searching as soon as we've found enough results.
(issue imported from #M17177)
Actions