Using the where parameter for multiple field type
Created 5 years ago by pdring

Hi,

I have a stream in which the entry structure includes a multiple relationship field for categories. The idea is simple: an entry can belong to one or multiple categories. I would then like to use {% set posts = entries('flux','agenda').get() %} with a where parameter that allows me to access (or search for) a specific category. I just can't seem to do this for multiple relationship field types because they generate arrays.

Any ideas? Thanks!