You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a view that accepts multiple arguments that correspond to taxonomy term IDs. How could I create a query that accepts an array of values in a contextual filter?
The text was updated successfully, but these errors were encountered:
tmsss
changed the title
How to pass multiple arguments in contextual filters?
How to pass multiple values to contextual filter?
Dec 26, 2019
@tmsss You can pass multiple values by enabling Allow Multiple Values on your contextual filter and passing the values to the query as "a, b, c" for AND and "a + b + c" for OR.
However, I think it would be preferable overall if the this module supported arrays as arguments and the schema expected [String] instead of String.
I have a view that accepts multiple arguments that correspond to taxonomy term IDs. How could I create a query that accepts an array of values in a contextual filter?
The text was updated successfully, but these errors were encountered: