Here, I have data thing = product that has a data field = list of tags.
I want to filter the RG of products, by those products that have the tags that are selected in the multiselect dropdown. I do the following.
When I have no tags selected, I expect to receive the only product I have in the database (since I have checked the “Ignore empty constraints” field), but I get nothing.
Does anyone know why? thanks