I'm trying to implement a free-range price slider in Hybris 1811. However, I got stuck when trying to find any useful resources on this subject.
I've found that the basic price facet is only able to search based on price ranges which are stored in strings, so I cannot make any useful slider out of that.
I also found that the actual price (double), not the range, is contained in the priceValue
field. However, when I tried to enable this field as a facet in Backoffice, it's never treated as such and never appears as a facet even in the code, let alone in the faceted search in product page.
Can you recommend any sources or provide any tips on how to go about implementing this feature?