Skip to content

Commit ed76a24

Browse files
committed
MC-32278: Position sort does not work in GraphQl.
- testing just order applier
1 parent fdbf8ad commit ed76a24

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/ProductSearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function getList(
8686
$collection = $this->collectionFactory->create();
8787

8888
//Join search results
89-
$this->getSearchResultsApplier($searchResult, $collection, $this->getSortOrderArray($searchCriteria))->apply();
89+
//$this->getSearchResultsApplier($searchResult, $collection, $this->getSortOrderArray($searchCriteria))->apply();
9090

9191
//Additional applier to keep sorting from search
9292
if (!empty($searchResult->getItems())) {

0 commit comments

Comments
 (0)