python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can I set defaultRefinement on hierarchicalMenu in the .js version of instantsearch (not react)
I can see that there is an defaultRefinement option on the react widget hierarchicalMenu, but I can't find it in the .js docs. Is there an equivalent in .js?
If not, is there a workaround?
instantsear...
Bendik
Votes: 0
Answers: 1
How to set the title for a rangeslider in instantsearch.js?
We are using instantsearch.js to display a list of products from an Algolia index. And we are using the rangeSlider widget to filter the results. However, I cannot figure out how to set the title of t...
johnohod
Votes: 0
Answers: 1
Vanilla JS Algolia InstantSearch - Parsing array data in template
I have my data stored in an array of objects and I am successfully parsing the first two values in my template. As they are strings, it’s pretty straightforward -
{{#helpers.highlight}}{ "attribu...
user12037570
Votes: 0
Answers: 1
When querying multiple indices, how do I use different search parameters for each respective index in algolia? (Vue Instantsearch)
I am using Vue Instantsearch with multiple indices.
The query takes place in a ais-search-box component, looking through two indices simultaneously and displaying the results in an ais-autocomplete co...
aside
Votes: 0
Answers: 1