Feature #22985
closedfilter page tree by page uid
0%
Description
Sometimes I need locate page in page tree by uid, not only by page title.
This small patch adds described functionality.
(issue imported from #M14851)
Files
Updated by Riccardo De Contardi over 11 years ago
- Target version deleted (
0)
both in TYPO3 CMS 4.5.20 and 6.1.0 if you click the pagetree filter and enter an ID (e.g. "50"), it works.
But if you have "50" as text in the pagetitle ("50 shades of grey" - LOL) it will be found ,too.
IMHO should be more nice if you could use an expression like:
id:50
Updated by Mathias Schreiber almost 10 years ago
- Description updated (diff)
- Assignee set to Mathias Schreiber
- Sprint Focus set to Remote Sprint
Updated by Daniel Goerz about 9 years ago
Can we close this one? Searching by ID is already possible and I dont consider it a bug that a page with "50" in its title is found if one searches for "50". A construct like id:50 is not desireable at all, as it is unintuitive and bad in terms of usability.
Updated by Stano Paska about 9 years ago
Yes, you can close this one. Thank you.
Updated by Riccardo De Contardi about 9 years ago
- Status changed from New to Closed
functionality already present. Closed.
Updated by Sybille Peters over 6 years ago
- File 17.png 17.png added
- Category set to Backend User Interface
- Status changed from Closed to New
- PHP Version deleted (
5.2)
I would like to reopen this.
AFAIK, the current behaviour if you use "Filter Tree" and use a number num, you get a list of pages including:
- page with page id= num
- pages which have num in their title
- others ... ?
Additionally, it would be useful to be able to filter by specific page id only.
Yes, this is not a bug. Correct. But this issue was opened as feature. If you don't agree or there is some other way to do this, please close again.
I like Riccardo's suggestion but any other way to do this would be fine with me too.
Example Usecase:
In an installation (TYPO3 8) with about 30000 pages, I want to filter by page uid=17. This gets me a huge number of results, including any page with 17 in the title.
This is not a theoretical usecase, but something which has happened to me a number of times, I find it annoying and it complicates the workflow.
Please regard the scrollbar. What you are seeing here is just a subset of the found pages. Page uid=17 actually exists.
Updated by Riccardo De Contardi about 6 years ago
- Related to Feature #36075: Advanced Filtering for the Page-Tree added
Updated by Susanne Moog over 4 years ago
- Status changed from New to Closed
Updated by Sybille Peters over 4 years ago
This has been closed, but I have a follow up question.
Filtering by page id does not work for me if you want to find a page id (usually with a small number) where there are several hits in titles of pages. You can reproduce this with the introduction package:
Is there some way to achieve the desired behaviour?
#36075 seems to not include filtering by page id, so filter by page uid is still not possible for some pages.
Updated by Sybille Peters over 4 years ago
- Related to Feature #89979: Jump to a specific page in the page tree added
Updated by Sybille Peters over 2 years ago
As an alternative to a core solution, the extension "pagetreefilter" has a feature request currently, to filter by uid as well: https://github.com/christophlehmann/pagetreefilter/issues/11