Project

General

Profile

Actions

Bug #83538

closed

Backend search shows invalid search results

Added by Sven Burkert over 6 years ago. Updated almost 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 #1

Updated by Sven Burkert over 6 years ago

  • Description updated (diff)
Actions #2

Updated by Sven Burkert almost 5 years ago

Seems now to be fixed in TYPO3 8.7 and 9.5.

Actions #3

Updated by Susanne Moog almost 5 years ago

  • Status changed from New to Closed

Thanks for the feedback, closing for now.

Actions

Also available in: Atom PDF