I have done some debugging and I see that the SearchFilterHelper returns 4 filters : site, color, brand and top_category_name.
Why my added filter is ignored?
After some digging I habe found the issue:
My filter declaration in the config file was malformed. Also, the field name should be all lowercase.
Then there are three indexers that need to index my instances, so I had to copy pase my AddTestProperties1 method three times.
And that is it.
Hi!
I am trying to figure out how filtering products in Quicksilver works.
I have added a property to a variant:
And this property is visible in the variant edit page. But how can I add this to the filters on the catalog page (like Color, Size on existing fashion variants )?
I have added filter to the config file:
I am also adding them to document fields in the SearchDocumentController:
Even after indexing the search index (in commerce and in admin) nothing happens.
And why does the filter option for sizes dissapear when I select shoes?