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.
2 parents 192144c + d7fb057 commit 3e7eef8Copy full SHA for 3e7eef8
app/code/Magento/Catalog/Model/Layer/Search/CollectionFilter.php
@@ -63,7 +63,6 @@ public function filter(
63
->addTaxPercents()
64
->addStoreFilter()
65
->addUrlRewrite()
66
- ->setVisibility($this->productVisibility->getVisibleInSearchIds())
67
- ->setOrder('relevance', Select::SQL_DESC);
+ ->setVisibility($this->productVisibility->getVisibleInSearchIds());
68
}
69
0 commit comments