Skip to content

Commit

Permalink
fix(search): ES-2071 removed adding selected filters for price filter…
Browse files Browse the repository at this point in the history
… since not needed (bigcommerce#2018)
  • Loading branch information
bc-krishsenthilraj authored and sacr3dc0w committed Mar 31, 2021
1 parent bbf942c commit e662252
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/components/faceted-search/facets/range.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

<div id="facetedSearch-content--{{dashcase facet}}" class="accordion-content{{#unless start_collapsed}} is-open{{/unless}}">
<form id="facet-range-form" class="form" method="get" data-faceted-search-range novalidate>
{{#each current_selected_items}}
<input type="hidden" name="{{param_name}}[]" value="{{param_value}}"/>
{{/each}}
<input type="hidden" name="search_query" value="{{search_query}}">
{{#if this.sort}}
<input type="hidden" name="sort" value="{{this.sort}}">
Expand Down

0 comments on commit e662252

Please sign in to comment.