Skip to content

Filtered conditions on taxonomy - possible cascade issue? #11331

Discussion options

You must be logged in to vote

I think its related to the provider_types:in filter:

{{ taxonomy:provider_categories provider_types:in="{ selected_provider_type:slug }" }}

Does it work if you switch it to "contains"? That way it should check if the provider type has the slug you're looking for:

{{ taxonomy:provider_categories provider_types:contains="{ selected_provider_type:slug }" }}
    ...
{{ /taxonomy:provider_categories }}

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@earthwytch
Comment options

Comment options

You must be logged in to vote
5 replies
@earthwytch
Comment options

@JohnathonKoster
Comment options

Answer selected by earthwytch
@earthwytch
Comment options

@edalzell
Comment options

@earthwytch
Comment options

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