Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag Filter doesn't match on entire tag #152

Closed
TomCasavant opened this issue Oct 16, 2023 · 0 comments · Fixed by #155
Closed

Tag Filter doesn't match on entire tag #152

TomCasavant opened this issue Oct 16, 2023 · 0 comments · Fixed by #155
Labels
bug Something isn't working

Comments

@TomCasavant
Copy link
Contributor

Basically if a tag is within another tag it gets included in the /tagged/ filter view

e.g. filtering tags with "#AI" (/tagged/AI) will include a bookmark with the tag "#Mail" because of the 'ai' in 'mail'.

Along the same lines and probably related so I won't put it in a different issue. Capitalization doesn't matter for the filter but it does seem to matter when highlighting the selected tag.

e.g. /tagged/AI and /tagged/ai will return the same results (which I would think is what we want) but it will only mark the tag that matches the capitalization exactly

/tagged/AI
image

/tagged/ai
image

note how the /tagged/ai doesn't highlight '#AI' as selected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants