diff --git a/src/Adapter/Search/SearchProductSearchProvider.php b/src/Adapter/Search/SearchProductSearchProvider.php index aba9ad6a1ce3e..64f52969e7527 100644 --- a/src/Adapter/Search/SearchProductSearchProvider.php +++ b/src/Adapter/Search/SearchProductSearchProvider.php @@ -142,7 +142,7 @@ public function runQuery( $result->setAvailableSortOrders( array_merge( [ - (new SortOrder('product', 'position', 'asc'))->setLabel( + (new SortOrder('product', 'position', 'desc'))->setLabel( $this->translator->trans('Relevance', [], 'Shop.Theme.Catalog') ), ],