Add logical operators option to filter tags

As an user,
I want to filter my tags with logical operators (conjunction, disjunction, etc)
so that I can find my saved contents accordingly.

At the moment, the tags filter seems to use disjuction by default, not having any option to change this behavior.

Can developers confirm that is not possible to filter only pages which contains multiple tags?

For example, tag1 + tag2 - should show only pages / notes which has both tags!

Right now, if I try search tag1 + tag2, I will get:

  • Pages having only tag1
  • Pages having only tag2
  • Pages having both tag1 and tag2
1 Like