I’m trying to filter products by price using useProductSearch, for example:
const { products } = useProductSearch({
query: ‘shirt’,
first: 100,
filters: {
minimumRating: 4,
price: {
min: 10,
max: 50
}
}
});
But I still get products with prices outside the specified range (e.g., products priced at 1.0).” see 2025-11-14-12-35 hosted at ImgBB — ImgBB