Hey,
I'd like to find the "downwards recursive titles and tags" that two notes have in common. But I didn't find a way to do so.
I can properly find what I call "downwards recursive titles and tags" of a note A with:
[kin::to[A]tags[]] [kin::to[A]] -[[A]]
Same for note B.
But how do write a filter with the intersection of these two filters, i.e.
([kin::to[A]tags[]] [kin::to[A]] -[[A]]) AND ([kin::to[B]tags[]] [kin::to[B]] -[[B]])
I feel I'm missing the parenthesis and the AND here ;-)
Best,
Eric