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 0690ed4 commit f8c75a8Copy full SHA for f8c75a8
app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection.php
@@ -362,8 +362,6 @@ protected function _renderFiltersBefore()
362
[]
363
);
364
365
- $this->_totalRecords = $this->searchResult->getTotalCount();
366
-
367
if ($this->order && 'relevance' === $this->order['field']) {
368
$this->getSelect()->order('search_result.'. TemporaryStorage::FIELD_SCORE . ' ' . $this->order['dir']);
369
}
0 commit comments