-
-
Notifications
You must be signed in to change notification settings - Fork 543
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
Fix filtering taxonomy terms by collection #3870
Conversation
Has this been resolved? |
Yes, it has been merged |
I'm asking because it still doesn't work for me. |
Seems to still work. If you're seeing the title of the page, that'd be because you have no results. |
I have at least one result for sure. Here's my antlers:
Here is the taxonomy that's for sure in one of my collection entries:
And here is the entry with the taxonomy. See "scripture":
Any idea what I am doing wrong? |
Does the |
Looks like that was the issue... Strange though. I added the "Taxonomy Terms" fieldset to the blueprint for sermons... should that be automatic? |
It'll automatically add the field to the blueprint if you enable taxonomies on the collection. |
Fixes #1993
Fixes #1684
Whether you use the taxonomy tag like this:
Or through the query builder like this (which is basically what the tag is doing):
It's supposed to filter down the terms to ones being used within that collection. It doesn't.
Looks like a refactor a while ago removed this and it never made it back in.
This PR brings it back, and adds some general term querying tests.