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

Filtering hierarchical tags #157

Closed
Accelsnow opened this issue Jul 6, 2024 · 4 comments
Closed

Filtering hierarchical tags #157

Accelsnow opened this issue Jul 6, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@Accelsnow
Copy link

What is the right way to filter a hierarchical tag? For example, I have a class of tags in the following format:

  • rating/T0
  • rating/T1
  • rating/T2
  • rating/TU

I can create a tag filter for rating, and it will correctly display all pages with any one of the above tags. However, when I create a tag filter for either T2 or rating/T2, nothing shows up.

Screenshot for working rating filter:
image

Screenshot for not working rating/T2 filter:
image

Screenshot for not working T2 filter:
image

I've also tried numerous "common" ways to escape the / character and still no luck. What am I doing wrong here?

@decaf-dev decaf-dev added the bug Something isn't working label Jul 6, 2024
@decaf-dev
Copy link
Owner

Hi @Accelsnow. Let me take a look at this. I am not sure why it isn't working

@decaf-dev decaf-dev mentioned this issue Jul 6, 2024
@decaf-dev
Copy link
Owner

Okay. It should be fixed in 1.21.1. Please upgrade your plugin version :)

@decaf-dev
Copy link
Owner

Right now all filters are case insensitive. So rating/T1 or rating/t1 will work.

@Accelsnow
Copy link
Author

Can confirm that the fix works! That was a fast fix thanks!

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

No branches or pull requests

2 participants