Skip to content

Commit

Permalink
fix-for-issue-34174-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkalchemy committed Nov 16, 2023
1 parent 66bb8a2 commit e3d6eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/Search/SearchProductSearchProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
),
],
Expand Down

0 comments on commit e3d6eb9

Please sign in to comment.