Search for a tag, and return the tagged item and any unchecked checklist children?

Hi,

I’m looking to create and bookmark a search: I want to find items with a given tag like #todos, and match the items under the parent item that aren’t checked.

So something like:

Client #todos
_ item 1
X item 2
_ item 3

I want to search for something like: #todos is:unchecked and see items 1 and 3 in my search results.

Currently, I can’t see a way to return children of a match, or unchecked checklist items only.

Thanks

Try parent:#todo -is:completed.

parent is the go-to operator if you want the item’s parent to contain a keyword.

1 Like

Thank you, this is perfect!

1 Like