Hi guys, is range facet working for you? I needed ...
# community-help
j
Hi guys, is range facet working for you? I needed a range facet for product prices.
k
Let me verify this again and get back to you.
j
Thank you
k
It does work, check this example: https://gist.github.com/kishorenc/a9521d19689999b5695bf5b47e04c286 Can you try the above and see?
j
let me recheck things in my end.
and try again
it does work so if I want to filter using the low, mid and high I just pass in the value?
k
This is only faceting. So you want to filter also using those Low/High labels?
j
yes
it has a filter
ah looks like I just need to pass in a value of number? for filter?
k
For filter you should send actual range of numbers and not label.
j
for example, like
price:>=100 && price<=150
?
k
Yes