This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Filter error

#57378
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Thank you very much for all the details, it helps me a lot!

The issue was the price filter, the values are printed in “millions”, but it was actually stored in the database divided by one million so 10 000 000 is stored as 10.
To resolve this I have added a small custom code snippet to adjust the filter on the server side, it resolved the problem.