bitmatrixstudio / craft-omnisearch

A powerful control panel search filter replacement for CraftCMS
Other
5 stars 0 forks source link

Filter by structure relationship #3

Closed JoshCoady closed 3 years ago

JoshCoady commented 3 years ago

For entries that are structures, it'd be great to be able to filter by:

pohnean commented 3 years ago

Hey @JoshCoady, may I know what is the specific use case for this? what task are you trying to accomplish?

JoshCoady commented 3 years ago

We have most of our site content organized as a structured Entry (entries can be single, channel (simple list), or structure (tree))

We want to find all entries that have the same parent so they can be worked on as a group. We might have thousands of entries in a tree that could be 5 levels deep and so it is hard to see them in groups with the default struture sort without having to load a lot of data in the list

Sometimes we are interested in just the direct children, other times we may want entire branches starting at some parent node.

pohnean commented 3 years ago

okay, thanks. I think this should be possible to do

pohnean commented 3 years ago

Implemented in 1.1.1