Create a negative / not in numeric range filter #6175
Unanswered
anthonyrentalescapes
asked this question in
Q&A
Replies: 1 comment 6 replies
-
We don't have that feature, so you'll have to invert the range yourself first, and set a custom numeric refinement with the opposite value: numericRefinements: {
price: {
'<=': 123,
'>=': 1245;
}
} |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I'm wondering how I would go about creating a negative range filter component for example filter:!=[123..1245]
I see there is exclude refinement but I don't see anything with excluding a range
Beta Was this translation helpful? Give feedback.
All reactions