I have values like "A, B, C" in column FieldValueValue in table EcomProductCategoryFieldValue for a specific FieldValueFieldId that I use to populate a facet for filtering in UI. I can control the formatting of how the values are stored, but I can't split them to different id:s. I saw somewhere that if the type for the facet field is array - e.g. string[] - it should be possible to populate it with multiple values. From what I understood format "[A][B][C]" should work, but I've tried it and it didn't. Have also tried "[A,B,C]" and just "A,B,C".
Does anyone know if this is possible or other ideas on how to solve it?
What I want to achieve is that if a product has value "A, B, C" there should be separate filter values for A and B and C, and this product should be matched by all.