-
Notifications
You must be signed in to change notification settings - Fork 471
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
web : Add includeUnrated in RatingsFilter #558
Conversation
Does this cover both possible cases, when the rating is |
The query is searching for rating which would be in the specified range and have no ratings associated to the document i.e. no
|
Good point! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pointed out a minor issue. Besides that, quick question - how are we handling this in case the URLParams is true?
Does the includeUnrated
get set in the URL/selectedValue (or) do we read it from the props based on the selected key?
Have you verified it in case of reloads and SSR?
should: [ | ||
rangeQuery, | ||
mustNotQuery, | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add minimum_should_match: 1
here.
It is getting set on
|
Yeah this can be closed this was meant for v2. Already fixed in #1003 |
#267
Getting a prop-type error in
SelectedValue
, rest everything is working 💯