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

add hierarchical tag search #780

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hojerst
Copy link

@hojerst hojerst commented Jul 13, 2024

My shot at implementing a tag hierarchy at the search level for #659

Tags with / characters can be searched by any of its parents tags (i.e. a tag a/b/c is searchable via a, a/b or a/b/c.

Added an option to enable/disable this functionality in the user profile (default is off - aka old behaviour).

@anb-apg
Copy link

anb-apg commented Jul 17, 2024

Now this would be a great feature. I didn't have a look at the code, but one would have to search for #b, not b, right?

@hojerst
Copy link
Author

hojerst commented Jul 17, 2024

yes, normally you would search for tags via "#" prefix as normal.

it actually depends on your "tag search" setting as before. if it is set to "lax" it means you can search for tags without "#" as well. so no changes at the point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants