Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 committed Mar 27, 2024
1 parent 3db67e2 commit f68f98b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions assets/js/algolia-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,10 @@ search.addWidgets([
container: "#refinement-list-subcategory",
attribute: "subCategory",
}),
instantsearch.widgets.refinementList({
container: "#refinement-list-day",
attribute: "publishDay",
}),
instantsearch.widgets.refinementList({
container: "#refinement-list-month",
attribute: "publishMonth",
}),
instantsearch.widgets.refinementList({
container: "#refinement-list-year",
attribute: "publishYear",
searchable: true,
}),
instantsearch.widgets.refinementList({
container: "#refinement-list-number",
Expand Down

0 comments on commit f68f98b

Please sign in to comment.