Project

General

Profile

Actions

Bug #83538

closed

Backend search shows invalid search results

Added by Sven Burkert over 6 years ago. Updated about 5 years ago.

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

search.png (40.1 KB) search.png Sven Burkert, 2018-01-11 12:51
Actions

Also available in: Atom PDF