Hi,
I have a product, which has a ProductCategory field called Type.
The Type field is of type "List" and contains checkboxes.
I select a single checkbox with the following data:
Lable: Diplom
Value: 1
Now, i would like my search filters to be able to filter on this option, so that i can filter products by selected "type". I've set up a search filter of type: Product fields value, selected the "Type" category and set the name and tag of the search filter to "type_id". But when opening the url in the browser, prefixing: &type_id=1, it returns no products. I've tried with a few other fields just to make sure, but none of em works as expected.