How can I implement a price filter on my website to filter cars based on a price range (‘from price’ and ‘to price’)?
Even though I set the price range to ‘from price’ = 100,000 and ‘to price’ = 150,000, the filter shows cars with prices outside this range. I suspect there might be an issue with how the price filtering is applied, or the data might not be correctly parsed or compared.