Actions
Bug #31760
closedLive search does not find all tables
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2011-11-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
The live search in the TYPO3 backend does not find content in all the expected tables, because it forgets to load the full TCA. Thus looping on column names does nothing.
NOTE: I'll open a separate issue for 4.6+, because the problem is compound there by having forgotten to apply the new search properties of the TCA (see #26829) to the live search.
Updated by Mr. Hudson about 13 years ago
- Status changed from Accepted to Under Review
Patch set 1 of change Ief94a26d5ba9ead77930835e61ebae3b01980368 has been pushed to the review server.
It is available at http://review.typo3.org/6631
Updated by Francois Suter about 13 years ago
Steps to reproduce:
- create a record for any table that's not fully loaded by default (let's assume you take the "examples" extension and create a haiku record
- enter text "xyz" in whatever passes for a title for that record type
- save and close
- type "xyz" in the live search and observe that your record does not show up
- click "Show All" and observe that your shows up in normal BE search
- apply the patch
- search again for "xyz" in live search => your record should be visible now (provided it's among the first 5 results)
Updated by Francois Suter about 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 91264e80c1b58e91a886b7a82ac6c6ac5fcf7d6f.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions