Jump to content

Boolean search question


Recommended Posts

Hello everyone. 

I have a question regarding the construction of a Boolean search. 

I want to a search result from notes who have Tag A or Tag B or Tag C or Tag...

I'm aware of the Any: operator but Any:Tag A Tag B Tag C returns an empty list when I was expecting dozens of notes. As a result, it seems to me that one cannot nest operators. 

Do you know if there is a way of executing a search for a Tag A or Tag B or Tag C?  Is it that one cannot nest operators?

Thank you.

Link to comment
39 minutes ago, dvollc said:

 

Hello everyone. 

I have a question regarding the construction of a Boolean search. 

I want to a search result from notes who have Tag A or Tag B or Tag C or Tag...

I'm aware of the Any: operator but Any:Tag A Tag B Tag C returns an empty list when I was expecting dozens of notes. As a result, it seems to me that one cannot nest operators. 

Do you know if there is a way of executing a search for a Tag A or Tag B or Tag C?  Is it that one cannot nest operators?

Thank you.

Any:Tag A Tag B Tag C returns an empty list because there is no space between any: and TagA  and missing colons as well . So it does work if you modify you search like this:

any: tag:A tag:B tag:C

 

  • Like 2
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...