File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
view/frontend/web/internals Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -411,9 +411,9 @@ requirejs(['algoliaBundle'], function(algoliaBundle) {
411
411
// Handle sliders
412
412
if ( currentFacet . type == 'slider' || currentFacet . type == 'priceRanges' ) {
413
413
var currentFacetAttribute = currentFacet . attribute ;
414
- if ( currentFacetAttribute . indexOf ( "price" ) !== - 1 ) {
414
+ /* if (currentFacetAttribute.indexOf("price") !== -1) {
415
415
currentFacetAttribute += algoliaConfig.priceKey;
416
- }
416
+ }*/
417
417
uiStateProductIndex [ 'range' ] [ currentFacetAttribute ] = routeParameters [ currentFacetAttribute ] && routeParameters [ currentFacetAttribute ] ;
418
418
if ( algoliaConfig . isLandingPage &&
419
419
typeof uiStateProductIndex [ 'range' ] [ currentFacetAttribute ] === 'undefined' &&
You can’t perform that action at this time.
0 commit comments