Trying to filter a dataset by a field with multiple elements

Hi Massa,

Thanks for your reply - I’ve tried that as well, no luck either unfortunately. I’ve just tried adding a new field called categorySingle in order to boil the issue down. It’s also a reference field like categories but cannot have multiple items. And that works perfectly.

Here’s the database:

The properties for the fields in question

Furthermore, even when printing itemData in my repeater, the categories field does not show up (output of console.log of itemData[‘categories’], itemData[‘categorySingle’] and entire itemData)


And here the code