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 fdbf8ad commit ed76a24Copy full SHA for ed76a24
app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/ProductSearch.php
@@ -86,7 +86,7 @@ public function getList(
86
$collection = $this->collectionFactory->create();
87
88
//Join search results
89
- $this->getSearchResultsApplier($searchResult, $collection, $this->getSortOrderArray($searchCriteria))->apply();
+ //$this->getSearchResultsApplier($searchResult, $collection, $this->getSortOrderArray($searchCriteria))->apply();
90
91
//Additional applier to keep sorting from search
92
if (!empty($searchResult->getItems())) {
0 commit comments