Today it is possible to filter a search using AND, which is the default and also using OR by means of the any: operator.
However, we can't combine these two operators. My request is to be able to filter a population of notes using the AND and then, after finding the related notes, use the OR operator on these subset of notes. Something like this:
This would give me all notes with the tags "sea" AND tag "animal" and that could have either the tag "live-birth" or "egg-birth", but not "other-birth".
Idea
Eduardo Estefano 88
Today it is possible to filter a search using AND, which is the default and also using OR by means of the any: operator.
However, we can't combine these two operators. My request is to be able to filter a population of notes using the AND and then, after finding the related notes, use the OR operator on these subset of notes. Something like this:
notebook:myNotebook tag:sea tag:animal ANY: tag:live-birth tag:egg-birth
This would give me all notes with the tags "sea" AND tag "animal" and that could have either the tag "live-birth" or "egg-birth", but not "other-birth".
Thanks!
Link to comment
4 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.