In my case, I have some pages and some of them have tags, I want to build a welcome page and list them in some block like:
- TOC
… all my pages - Worklogs
… pages which tags contains #work
I tired to use (and namespace xxx) with (not(or tag1 tag2)) but it not working . And I noticed that the “not” operator can’t work well with “or”, becuase once I deleted “or” and “tag2” from live query, it successfully filter pages I want but with pages contain tag2.