I was trying to use Boolean logic to search on two different tags at the same time. It didn’t work. I tried “@task AND @today”, either of which will bring up several entries. They do not seem to work together.
Suggestion: Would be nice if you could use Boolean search parameters in TaskPaper.
Moving on with Boolean, Here is a tip I just learned. If you want to exclude @done (archived) items from your search you have to make each search parameter be followed by the line “and not @done”.
This is correct: @task and not @done or @nearfuture and not @done
This is NOT correct: @task or @nearfuture and not @done
Past experience would suggest that I could have just excluded @done form the results in my (logical) summary. But here, you have to do it element by element. Still, other than saving search strings (will give that to Typinator if I start using this a lot), it’s a pretty cool idea and a hearty “well done” again to Jessie and TP3.