We are using instantsearch in react, along with infinite hits. This is an old class based component that we are migrating from Algolia.
We have everything working accept the sort_by feature.
We’re using a normal (non Algolia) dropdown which dynamically changes the ‘sort_by’ parameter and causes a query to fire off. This works and results are returned, but the ‘hits’ remain the same as they were.
If we select a facet dropdown (which is an instantsearch widget), new results are pulled through with the sort too. Otherwise, the hits remain as they were.
We can see the network request so we know the hits we expect to come through are there, and the component is rendered, but the hits don’t change