Allow searching for multiple tags or omitting tags #545
jacobgkau
started this conversation in
Ideas & Feature Requests
Replies: 2 comments
|
This would be extremely helpful and kind of necessary for tags to be useful. I was expecting the tag-searching functionality to behave this way and organized my bookmarks accordingly, but just now disappointingly found out that it doesn't. |
0 replies
|
I also think this would be THE most useful improvement for search. The search query should allow |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
One of the reasons tags are supposed to be more useful than folders is that they can be combined. For example, I could have three links:
With this collection, I should be able to search "tag1 tag3" to have only Link 2 return. Currently, if I specify two tags, I get results that only contain one of the tags.
Similarly, I should be able to search e.g. "tag2 -tag1" and have only Link 3 return.
All reactions