I was trying to find a certain tiddler with a known tag ("MyControls") and a specific word ("complete") in the text of the tiddler.
I thought, hey that should be easy peasy - just put that into the filter tab search bar in the advanced search.
Only thing is I can't figure it out
if I do this:
That nicely returns a list of all tiddlers with that tag
but I tried these to no avail:
[tag[MyControls]has[complete]]
[tag[MyControls]contains[complete]]
and also variations of
[tag[MyControls]text:contains[complete]]
What am I missing?
Thanks,
-Dave