Actions
Bug #83538
closedBackend search shows invalid search results
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2018-01-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
search, sys_language
Complexity:
Is Regression:
Sprint Focus:
Description
When searching in list module for a nowhere existing word, e.g. "somenotexistingwordfoobar", I get results nevertheless: All "website language" (sys_language) records are anyways displayed. If some extensions are installed, the records of these extensions are also returned. Have a look at attached image.
When adding "searchFields" with at least one field to TCA, all is ok. Example for the website language records:
$GLOBALS['TCA']['sys_language']['ctrl']['searchFields'] = 'title';
But sometimes you don't want to define searchFields.
Files
Actions