One of the brilliant things I like about filters is that a parent item and a child are basically considered to be in the same context. That is, search terms can match across any item in the tree.
For example if I have
Hello #something #something
Goodbye #something2 (item 1)
Something else
Another thing
Find this #something #something2 (item 2)
And I filter for Goodbye #something
then it will actually find the item 1. That is actually quite powerful for task handling and unique AFAIK to Legend.
But sometimes I want to do a search where all the search terms must be in the same item. So example: #something #something2
sometimes I would want to return only item 2.
Any way to do this with advanced searching? I don't see anything about this, so I am requesting either a feature or documentation update.