-
### 🐛 Current behavior
When loading a page with the `InstantSearch` component that syncs with a third party router via `start` and `dispose`, then navigating away, the following error occurs: `Warnin…
-
Should be easy to keep the backward compat.
Either with:
```
insights({
applicationID: '',
apiKey: ''
});
```
or
```
insights('appid', 'apikey');
```
-
## Describe the problem
My infosec team is requesting that we load the DocSearch JavaScript with the subresource integrity property. I noticed that the Instantsearch.js files support this, as seen …
-
When mounting a lot of widgets, the time to mount can add up quite a bit. This issue highlights a couple ways to deal with it. These PRs are ordered in the ordering they should end up in `master`.
…
-
### 🐛 Current behavior
The new library `instantsearch.js` differs from the old library `react-instantsearch-dom` when clearing refinements with `ClearRefinements` components on `RangeSlider` componen…
-
Maintaining an open source library is a thing, but releasing the changes is another thing not to forget about.
I'd like to suggest a release workflow that we use for [InstantSearch.js](https://gith…
-
Hello,
I think it would be pretty cool to be able to use Agnolia Instasearch.js with Open Search. The only low cost alternative that exist at the moment is typesense. The typesense adaptor could be…
-
Hi all,
I'm creating a custom widget that extends connectSearchBox behavior.
My component has a default query value and I would like to trigger a state.refine as soon as the method is available (…
-
I am using next.js algolia boilerplate - You can see that after refreshing the page and clicking on the select option, it loads 2 requests. Using typesense and an adapter, it does 3 - causing the app …
-
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…