What I’m trying to do
Let’s say I have three notes:
This is note 1, only tagging the #parent
This is note 2, tagging both #parent in this section..
and a #parent/child in this one
This is note 3, only tagging the #parent/child
I’m trying to build a search query that would match notes 1 and 2, but not note 3.
I tried it with tag:#parent -tag:#parent/child, but that, of course, only returns note 1.