react-instantsearch icon indicating copy to clipboard operation
react-instantsearch copied to clipboard

⚡️ Lightning-fast search for React and React Native applications, by Algolia.

Results 152 react-instantsearch issues
Sort by recently updated
recently updated
newest added

**Describe the bug 🐛** In some cases, `connectStateResults` does not provide the correct up-to-date values. **To Reproduce 🔍** Unfortunately, it's not possible for me to give a working example here....

**Describe the bug 🐛** When serializing results on the server side an error is thrown because the metadata array contains an object where one of the fields is a function....

**Is your feature request related to a problem? Please describe 🙏** First off, thanks for a great product! In a way yes, it is really hard to use this library...

Hi there, I'm building a search UI using Algolia where users can easily search for text within large documents, but I want to offer the option of narrowing down the...

Using the latest `react-instantsearch` and have an odd behavior where the map zooms out every time the map is moved. Here's a video of the bug: https://youtu.be/emmX_4k14vI My component is...

Type: ❤️ Bug

# Use case You have an instant search page with results and wants to add a link on each one of them to redirect to a detailed page with only...

♨ API
Difficulty: ❄️❄️ medium
♻️ Needs IS sync

I'm using in react-native, and in my situation I need to implement two RefinementList in the same modal. Our items have some facet (searchable) attributes. two fixed (e.g Category), when...

**Describe the bug 🐛** am working on react and laravel project and implement algolia search but some issues there. How does attribute get manipulated? And what exactly is considered to...

Hi, I am integrating Algolia instant search into a form, I have a problem validating the instant search field using formik. ``` { this.setState({ query: suggestion.name, }); console.log('Setting suggestion.name: '...

**Describe the bug 🐛** Error is thrown if `offset` and `length` is passed to ``. **To Reproduce 🔍** https://codesandbox.io/s/elated-dawn-cfb89?file=/src/App.js **Expected behavior 💭** Should display up to the number of items...