Label Name Change
Sort facets/filter groups by providing an array with facet field group names. This can also apply to custom Tag Groups. In the case of Tag Groups, use the label of the group in lowercase, e.g. patterns
.
Applicable Facet Fields
Facet Field |
---|
author |
blog_list |
collections |
option_0 |
option_1 |
option_2 |
product_type |
tags |
vendor |
[ your custom field from tag groups ] |
~CE
<script>
window.sx_results = {
options: {
facets_sort: ['option_0', 'option_1', 'patterns', 'my custom field from tag groups'] // LOWEST TO HIGHEST PRIORITY, LOWERCASE
}
}
</script>