Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(refinementList): fix facet exhaustivity check #2554

Merged
merged 3 commits into from
Nov 6, 2017
Merged

Conversation

bobylito
Copy link
Contributor

@bobylito bobylito commented Nov 6, 2017

This check depends on whether or not there is another widget setting the
max value per facet to a bigger value, we can't be sure that if there is
the same number of items than the limit that it is exhaustive.

Fixes the other part of #2552

This check depends on wether or not there is another widget setting the
max value per facet to a bigger value, we can't be sure that if there is
the same number of items than the limit that it is exhaustive.

Fixes the other part of #2552
@bobylito bobylito requested a review from iam4x November 6, 2017 13:25
@algobot
Copy link
Contributor

algobot commented Nov 6, 2017

Deploy preview ready!

Built with commit 9155da2

https://deploy-preview-2554--algolia-instantsearch.netlify.com

@Haroenv
Copy link
Contributor

Haroenv commented Nov 6, 2017

Test on CI bailed out because prettier wasn't followed; yarn lint:js --fix should do the trick

@iam4x
Copy link
Contributor

iam4x commented Nov 6, 2017

Nice catch, I didn't thought it would have come from here 👍

@bobylito bobylito merged commit 0f1bf08 into develop Nov 6, 2017
@Haroenv Haroenv deleted the fix/2552 branch November 6, 2017 18:03
bobylito pushed a commit that referenced this pull request Nov 7, 2017
<a name=2.2.3></a>
## [2.2.3](v2.2.2...v2.2.3) (2017-11-07)

### Bug Fixes

* **connectRefinementList:** add label to searched items ([#2553](#2553)) ([ec810fa](ec810fa))
* **refinementList:** fix facet exhaustivity check ([#2554](#2554)) ([0f1bf08](0f1bf08)), closes [#2552](#2552)
* **theme:** searchbar should have normal size input ([#2545](#2545)) ([50d99f0](50d99f0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants