Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

fix: reset page with multi index #665

Merged
merged 3 commits into from
Dec 1, 2017
Merged

Conversation

samouss
Copy link
Collaborator

@samouss samouss commented Nov 29, 2017

Summary

Fix #637

With the multi indices we always reset the page when a shared widget is updated even when resetPage property is not passed. This PR aims to fix this, now we reset the page only the property is provided.

Result

We can play the example on Storybook.

@algobot
Copy link
Contributor

algobot commented Nov 29, 2017

Deploy preview ready!

Built with commit 3e7f4dc

https://deploy-preview-665--react-instantsearch.netlify.com

@samouss samouss force-pushed the fix/reset-page-multi-index branch 2 times, most recently from a3ae472 to 694aa18 Compare November 29, 2017 18:21
@Haroenv
Copy link
Contributor

Haroenv commented Nov 29, 2017

Looks good

@samouss
Copy link
Collaborator Author

samouss commented Dec 1, 2017

@mthuret any blockers about it?

@samouss samouss merged commit 865b7dc into master Dec 1, 2017
@samouss samouss deleted the fix/reset-page-multi-index branch December 1, 2017 09:55
samouss added a commit that referenced this pull request Dec 20, 2017
<a name="4.3.0"></a>

* reset page with multi index ([#665](#665)) ([865b7dc](865b7dc))
* **SearchBox:** use hidden over style to hide loader ([#714](#714)) ([ed5eb77](ed5eb77))
* test recipes ([#740](#740)) ([de2cc37](de2cc37))
* track all index in the manager ([#660](#660)) ([793502b](793502b))

* loading indicator ([#544](#544)) ([189659e](189659e))
* **Highlight:** support array of strings ([#715](#715)) ([8e93c6a](8e93c6a))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

With multiple indices, Configure prevents InfiniteHits to load more results on secondary indices
3 participants