The problem is that the wixDataQuery functions ask for two parameters for example: constain. (‘PropertyName’, ‘string’) to compare the string with all the data that are in the property name, this is simple when it is a single value in the field from my collection but when there is a Strings array I can’t compare because they don’t match, what I need is to enter the array of strings to compare the data that I enter in the wixDataQuery function, but I don’t know how to use wixDataQuery to do that.
Is that I need the data I get to be of type wix_data.wixDataQuery to enter it in the repeater.