InstantSearch: General Guidance
- Why is my query with an ampersand ('&') being truncated?
- Can refinement lists operate as optionalFilters?
- Can hierarchicalMenu be searchable?
- How can I achieve the facetOrdering parameter behavior (as seen in React InstantSearch) in iOS or Android InstantSearch?
- Can I use multi-select on a numericMenu widget?
- How do I get more control of functionality in instantSearch?
InstantSearch: InstantSearch.js
- How can I determine which facet values have been pinned in renderingContent from the refinementList Widget?
- How do I add dynamic filters on my search page using instantSearch?
- Can I display facet values from multiple different indices within a single menuSelect widget?
- Multi Index Search with one set of Refinements and Pagination
- How can I add more logic to the rendered output of my hits response?
- How do I implement a voice search?
InstantSearch: React InstantSearch Hooks
- Why isn't routing working with multi-index search?
- How can I hide my filters without losing the applied refinements?
- Using the hierarchicalMenu widget's rootPath parameter
- Why do InstantSearch components that use Hooks render twice?
- How can I filter by Polygon with React InstantSearch Hooks?
- How to create a multi rangeSlider with useRangeSlider
AutoComplete
- Why does my mobile browser zoom in when Autocomplete is tapped?
- Why doesn't Autocomplete input get focus or open the keyboard when entering detached mode (on iPhone/iOS)?
- AutoComplete v1.9.0+ Error Uncaught (in promise) TypeError: can't access property "headers"
- How can I turn recent searches into links?
- Can I have two AutoComplete SearchBoxes on the same page?
- Can I replicate the InstantSearch queryRuleCustomData widget to display a banner in Autocomplete?
InstantSearch: React InstantSearch
- What should I do if I want to write my own React components with Algolia?
- How can I achieve the functionality of the InstantSearch.js panel widget's "hidden" parameter in React InstantSearch?
- How to use a Conditional Request (Custom SearchClient) in React InstantSearch Hooks with TypeScript.
- Can I use React Hooks with Next.js?
- How do I implement Geo Search in InstantSearch without the map widget?
- How can I use separate filters on multi-index search?
InstantSearch: Angular InstantSearch
InstantSearch: Vue InstantSearch
InstantSearch: InstantSearch Android
- InstantSearch Android > How can I set up a banner?
- InstantSearch Android > Why are Insights events not appearing on my dashboard?
- InstantSearch Android > How can I see the logs for the network requests and the applied filters?
- InstantSearch Android > I am not seeing any results nor errors when trying out InstantSearch, what can I do?
- InstantSearch Android > Why am I getting “JsonDecodingException” issues?
InstantSearch: InstantSearch iOS
- InstantSearch iOS > Why are Insights events not appearing on my dashboard?
- InstantSearch iOS > How can I setup a banner?
- InstantSearch iOS > I am not seeing any results nor errors happening when trying out InstantSearch, what can I do?
- InstantSearch iOS > How can I apply filters only when the user clicks a button?
- InstantSearch iOS > Why aren’t my filters applied when modifying the filterState?
- InstantSearch iOS > How can I modify the query parameters?