Bug #21922
closedBE search does not retreive tt_news records
0%
Description
The top right global BE search does not retreive tt_news records while entering an existing UID, or a text keyword. (cf. global BE search1.jpg)
But it works when using the search function in bottom of every pages by selecting a root page, and setting up 4 levels of depth. (cf. global BE search2.jpg)
I don't know if this bug concern tt_news extension or Typo3 BE core ?
(issue imported from #M13169)
Files
Updated by Clemens Riccabona almost 15 years ago
I can confirm this bug, and I may explain some things probably a bit deeper.
First of all: This has been tested on TYPO3 4.3.1
1. Administrators may retrieve records via Searchbox in the top through 'tt_news:UID'; they also may retrieve records only with 'UID' -> but this only retrieves a list of all records with the uid. -> that's ok.
2. Administrators can do this also with the searchbox on the bottom of the page, but they won't find anything if they will use 'tt_news:uid'; only 'uid' works on bottom of page.
3. Authors are not able to do a search with 'tt_news:uid', specially if they have more than one db-mount and the searched record is NOT within the first dbmount (top bar searchbox always jumps to first page of first dbmount).
so authors will always have to type 'uid' in the bottom of the page for search a certain record.
All in all, all the different behaviours of the backend-search boxes are quite confusing!
Updated by Steffen Gebert almost 15 years ago
The search will be rewritten and improved for 4.4 (at least it's on the plan). So please don't expect too much efforts for the old ugly search :(
Updated by Dmitry Dulepov almost 13 years ago
- Status changed from New to Closed
- Priority changed from Should have to Won't have this time
- Target version deleted (
0)
Obsolete due to new search in place.