Actions
Feature #19698
closedUnneccessary wildcard string comparisons in EM
Start date:
2008-12-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
When searching for updates of installed/loaded extensions, TYPO3 uses wildcard character '%' prepended and appended to existing extension keys. This is due to the fact that the API lacks of a config option to search for exact matches only.
This behaviour affects performance.
Issue will be backed up with query logs.
(issue imported from #M9944)
Files
Updated by Marcus Krause almost 16 years ago
v2 patch introduces a wrapper method for searches for exact matches of extension keys
Actions