I’m sure this is an easy one but it’s bugging me.
I have a data type called “job”. Each “job” can have a number of categories associated with it, which are texts (see below). So a list of texts.
I also have a data type called “Categories” . Each “Categories” has a “Category name” associated with it (i.e. a text)
When I put in the constraint on a repeating group it works fine, but ONLY if the job has a single category.
If a job has more than one category in it’s “Categories” field, it doesn’t show up at all.
I don’t get why.
In my mind, I’m checking to see if the job’s Categories (which is a list of texts) contains the current page’s Category Name (which is a single text).
Any ideas?