Bug #31761
Live search does not implement search properties
Status: | Resolved | Start date: | 2011-11-11 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Francois Suter | % Done: | 100% |
|
Category: | Backend User Interface | Spent time: | - | |
Target version: | 4.6.5 | |||
TYPO3 Version: | 4.6 | Is Regression: | ||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: | medium |
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).
Related issues
Associated revisions
[BUGFIX] Live search must implement search properties
Implement the new TCA properties introduced in TYPO3 4.5 (#26829)
in the live search, so that it produces the same results as the
traditional BE search.
Change-Id: I3a297f2b9c02bc4458f6b0e5af8bd1588f3fcae3
Fixes: #31761
Releases: 4.7, 4.6
Reviewed-on: http://review.typo3.org/8750
Reviewed-by: Xavier Perseguers
Tested-by: Xavier Perseguers
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Tolleiv Nietsch
Tested-by: Tolleiv Nietsch
[BUGFIX] Live search must implement search properties
Implement the new TCA properties introduced in TYPO3 4.5 (#26829)
in the live search, so that it produces the same results as the
traditional BE search.
Change-Id: I3a297f2b9c02bc4458f6b0e5af8bd1588f3fcae3
Fixes: #31761
Releases: 4.7, 4.6
Reviewed-on: http://review.typo3.org/8882
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Xavier Perseguers
Tested-by: Xavier Perseguers
History
#1 Updated by Xavier Perseguers over 3 years ago
- Target version changed from 4.6.1 to 4.6.2
#2 Updated by Stefan Neufeind over 3 years ago
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.
#3 Updated by Francois Suter over 3 years ago
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 ;-)
#4 Updated by Francois Suter over 3 years ago
- Target version changed from 4.6.2 to 4.6.5
#5 Updated by Francois Suter over 3 years ago
- Complexity changed from easy to medium
#6 Updated by Gerrit Code Review over 3 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8750
#7 Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8750
#8 Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/8882
#9 Updated by Xavier Perseguers over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100