Bug #31761
closed
Live search does not implement search properties
Added by Francois Suter about 13 years ago.
Updated about 7 years ago.
Category:
Backend User Interface
Description
With #26829 new TCA properties were added to improve the efficiency of the backend search. However these properties were not applied to the live search, hence both searches produce different results, which is not the expected behavior.
Furthermore the live search must load the full TCA of any table it searches in (as necessary) in order to be able to find anything at all for tables for which the full TCA is not yet loaded (see #31760).
- Target version changed from 4.6.1 to 4.6.2
I think this is related to what I experience with 4.6.3 (and tt_news 3.1.0). We added
$TCA['tt_news']['ctrl']['searchFields'] = 'title';
to typo3conf/extTables.php and from there on it was possible to search inside the titles of a news-entry using the search-functionality below a page. (Using the introduction-package you may search for "t3uxw".)
However the live search/quick search still doesn't contain those tt_news-entries.
Funny enough: When clicking the "Show all"-button below the live-search you get them ... since then the normal search-functionality is used.
Yes exactly.
I still mean to work on this some day, but it's not my top priority for now. Of course anyone should feel free to pick it up ;-)
- Target version changed from 4.6.2 to 4.6.5
- Complexity changed from easy to medium
- Status changed from Accepted to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF