Feature #52114
openExpand "do not search" to subpages
0%
Description
The do not search function in page settings is a quite useful thing. Especially if you want to hide pages from search and googlesitemap xml rendering.
But there´s one thing that makes it quite unhandy on large pagetrees. You cannot expand it to child pages. You can go with the list module, but even this is much efford if you want to hide 200 pages.
An equivalent usage to the access function would be a great benefit from an editors POV.
Cheers
David
Files
Updated by Georg Ringer about 11 years ago
- Status changed from New to Needs Feedback
using addRootLineFields for the field is no option?
Updated by d.ros no-lastname-given about 11 years ago
It´s more a question of what an editor can expect. To me it would feel a kind of natural that this behaviour works there out of the box.
Cheers
Updated by Georg Ringer about 11 years ago
IMO this really depends on the usecase. there can be also pages at an entry level which should not be searchable but the pages within should...
as an integrator you can quite easily change that to be passed to the children
Updated by d.ros no-lastname-given about 11 years ago
Of course you are right.
It was only an idea how to integrate something useful into the GUI.
See attached image.
Feel free to close or wait for other opinions.
Cheers
David
Updated by Alexander Opitz almost 11 years ago
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
But I think it should work a bit differently - more like login-mode.
Here's my proposal:
- Add a dropdown "search-mode"
- Include in Search (default), value 0
- Include in Search including Subpages, value 2
- Exclude in Search, value 1
- Exclude including Subpages, value 3
Feedback highly welcome :)
Updated by d.ros no-lastname-given almost 10 years ago
Check. +1
BTW: "Include in Search including Subpages, value 2" seems to me obsolete.
Updated by Mathias Schreiber almost 10 years ago
d.ros no-lastname-given wrote:
Check. +1
BTW: "Include in Search including Subpages, value 2" seems to me obsolete.
Imagine this:
Page 1 - Page 2 (disabled incl. subpages) - Page 3 - Page 4 (enabled incl. subpages) - Page 5
I think you might need a way to enable including subpages "again" in case a tree above it disabled that.
Or am I thinking in circles here?
Updated by d.ros no-lastname-given almost 10 years ago
You are right.
BTW: Shouldn't be default "inherit" instead of "include in search" from treelevel1 ?
Just for UX consistence? So there's no question about it.
Updated by Mathias Schreiber almost 10 years ago
d.ros no-lastname-given wrote:
BTW: Shouldn't be default "inherit" instead of "include in search" from treelevel1 ?
jup, that makes sense.
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to New