-
Notifications
You must be signed in to change notification settings - Fork 0
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
BUG: Fix Tags filter menu #39
Comments
You might be able to reference PCORnet documents for this since their tag filter is working as expected. |
The default options for the hierarchical search filter facet doesn't support this and I would probably have to intervene at the Java level or the Angular level. |
I'm going to close this issue for now, feel free to reopen it as a feature request later, should you want to do this. |
Okay, so I think I understand why this is the way that it is. It's definitely not a bug nor is it ideal, but I think I can live with it. I'm going to close this ticket since I don't think it's worth fixing when we have other things to address. |
The tags filter menu is currently only showing top-level tags and a count of how many items possess tags within that hierarchical level. E.g.,
The expected behavior is to see terms listed that the items are actually tagging (not their category) and a count of how many times that term is tagged. E.g.,
The text was updated successfully, but these errors were encountered: