Quick Search with a Combined NOT operator
Posted: 26 Sep 2015 05:32
I've tried this for over 40 minutes now and can't figure out the right syntax, if it's at all possible. Can I do a quick search that has both a tag and NOT a particular label associated with the file?
This is that I'm trying...
I've tried literally over a hundred variations of that with and without parens, with and without the ! for the NOT, and with and without the added boolean : indicator, and I can't seem to return what I expect it to return which is all the files with the tag "help for myself" but which have not been labeled as archive files.
Thanks in advance for any assistance that can be provided in this regard.
This is that I'm trying...
Code: Select all
d:?:NOT lbl:archive AND tags:"help for myself" /rf
Thanks in advance for any assistance that can be provided in this regard.