I’ve been searching like crazy but can’t find anything. (maybe I just need to get some sleep )
I want to apply a filter on both my parent pages as my subpages for page selection but it only seems to be working on the parent page.
If you do subpages: false this indeed works but if you do subpages: true then the filter only works on the first level.
For example. I have a subpage “this should not be here” with template “whatever”. When i filter on index with subpages: false I don’t see it, like expected.
Is there any other way to achieve this then? I was just trying everything I could think of to get some sort of filter on the subpages or am I trying to do something impossible and is the index one the way to go? (would be good UX to be able to work with the drilldown subpage functionality though)
No, this won’t work. The purpose of the subpages’ property is to control whether to show subpages of the queried selection or not. The alternative is a flat collection of filtered pages without drilldown.