Project

General

Profile

Actions

Bug #31760

closed

Live search does not find all tables

Added by Francois Suter over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #31761: Live search does not implement search propertiesClosedFrancois Suter2011-11-11

Actions
Actions #1

Updated by Mr. Hudson over 12 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

Actions #2

Updated by Francois Suter over 12 years ago

Steps to reproduce:
  1. 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
  2. enter text "xyz" in whatever passes for a title for that record type
  3. save and close
  4. type "xyz" in the live search and observe that your record does not show up
  5. click "Show All" and observe that your shows up in normal BE search
  6. apply the patch
  7. search again for "xyz" in live search => your record should be visible now (provided it's among the first 5 results)
Actions #3

Updated by Francois Suter over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF