instantsearch icon indicating copy to clipboard operation
instantsearch copied to clipboard

⚡️ Libraries for building performant and instant search and recommend experiences with Algolia. Compatible with JavaScript, TypeScript, React and Vue.

Results 267 instantsearch issues
Sort by recently updated
recently updated
newest added

JIRA: [FX-1633](https://algolia.atlassian.net/browse/FX-1633) **Summary** The [Clicked Filters](https://www.algolia.com/doc/api-reference/api-methods/clicked-filters/) method of Insights does not support numeric filters, but the `connectRange` connector still send this event automatically when refined. This generates errors on the...

- eslint warning (not error as that would be ignored) for deprecated code usage - removal of a lot of the deprecated code

## Summary This PR introduces `html` templating in InstantSearch.js. This allows InstantSearch.js users to pass templates as HTML strings safely, with easier access to exposed data, and with an easier...

⚠️ **DO NOT MERGE YET** ## Summary This PR introduces `html` templating in InstantSearch.js. This allows InstantSearch.js users to pass templates as HTML strings safely, with easier access to exposed...

**Is your feature request related to a problem? Please describe 🙏** It might happen in some cases that you directly want to interact with the map instance. Right now the...

Scope: Widgets
Type: Feature

I am trying to get Algolia InstantSearch.js working with my Svelte website. I get the following error when I try to deploy this on Netlify, I get the following error:...

## 🐛 Bug description The Range Slider display some max/min values that are overlapping with each others. ## 🔍 Bug reproduction **Live reproduction:** Go to https://codesandbox.io/s/algolia-instantsearch-ecommerce-price-slider-kzh3m?file=/src/app.js ## 🖥 Screenshots ![image](https://user-images.githubusercontent.com/29529/92721135-e22bf700-f365-11ea-875d-a6d453e0bf30.png)

We recently published a guide on [how to inject custom content between hits](https://www.algolia.com/doc/guides/building-search-ui/ui-and-ux-patterns/injecting-content/react/), for React InstantSearch, and we'd like to gather interest in adapting this guide for InstantSearch.js. ## What's...

Type: Feature
Library: InstantSearch.js
Type: Survey

**Summary** Currently, the `RenderState` types for connectors inconsistently declare functions as either arrow functions or regular functions: https://github.com/algolia/instantsearch.js/blob/3faca014aad08145c3b4cc66a5e841da3a0f64b8/src/connectors/search-box/connectSearchBox.ts#L41 https://github.com/algolia/instantsearch.js/blob/74d98f1fcd0d3560c63e4e4dc6dfaa848eb7f5bb/src/connectors/refinement-list/connectRefinementList.ts#L111 In user code, the latter leads to spurious lint errors from...

## 🐛 Bug description In the tourism example, the index.html file makes reference to instantsearch.production.min.js. This file is no where to be found in the example files.