We are seeing a problem when using the index:
When we have a field of type String, and it contains values with a comma (in this case, it's numbers, so "1,2", "4,5"), and we are using a facet with type Checkbox, and a parameter in the query with type String[], it breaks.
Basically, it looks like DW tries to split up the strings on the commas when selecting wich facet values to filter on, even though they are url-encoded when sent as parameters in the url, which results in no facets being selected, and no products or wrong products being shown.
Have anyone else had problems with this? are we fucking up, somehow?
Thanks, Jonas