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 16ffff6 commit 54ee6a3Copy full SHA for 54ee6a3
app/code/Magento/CatalogGraphQl/DataProvider/Product/SearchCriteriaBuilder.php
@@ -195,7 +195,7 @@ private function preparePriceAggregation(SearchCriteriaInterface $searchCriteria
195
private function addFilter(
196
SearchCriteriaInterface $searchCriteria,
197
string $field,
198
- $value,
+ $value,
199
?string $condition = null
200
): void {
201
$filter = $this->filterBuilder
0 commit comments