We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12c38f commit 8355351Copy full SHA for 8355351
js/algoliasearch/internals/frontend/common.js
@@ -176,6 +176,7 @@ document.addEventListener("DOMContentLoaded", function (e) {
176
if (section.name === "products") {
177
options.facets = ['categories.level0'];
178
options.numericFilters = 'visibility_search=1';
179
+ options.ruleContexts = ['', 'magento_filters']; // Empty context to keep BC for already create rules in dashboard
180
181
source = {
182
source: $.fn.autocomplete.sources.hits(algolia_client.initIndex(algoliaConfig.indexName + "_" + section.name), options),
0 commit comments