We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb87857 commit 550daa7Copy full SHA for 550daa7
src/QueryBuilder/HasPriceBetweenQueryBuilder.php
@@ -68,7 +68,7 @@ public function buildQuery(array $data): ?AbstractQuery
68
69
$rangeQuery->setParam($propertyName, [
70
'gte' => $minPrice,
71
- 'lt' => $maxPrice,
+ 'lte' => $maxPrice,
72
]);
73
74
return $rangeQuery;
0 commit comments