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 55280a6 commit e975681Copy full SHA for e975681
app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/ProductSearch.php
@@ -98,7 +98,7 @@ public function getList(
98
$collection = $this->collectionFactory->create();
99
100
//Create a copy of search criteria without filters to preserve the results from search
101
- $searchCriteriaForCollection = $this->searchCriteriaBuilder->process($searchCriteria);
+ $searchCriteriaForCollection = $this->searchCriteriaBuilder->build($searchCriteria);
102
//Apply CatalogSearch results from search and join table
103
$this->getSearchResultsApplier(
104
$searchResult,
0 commit comments