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 302070f commit 0023dceCopy full SHA for 0023dce
app/code/Magento/Elasticsearch/Model/ResourceModel/Fulltext/Collection/SearchResultApplier.php
@@ -50,7 +50,6 @@ public function apply()
50
foreach ($this->searchResult->getItems() as $item) {
51
$ids[] = (int)$item->getId();
52
}
53
- $this->collection->setPageSize(null);
54
$this->collection->getSelect()->where('e.entity_id IN (?)', $ids);
55
$orderList = join(',', $ids);
56
$this->collection->getSelect()->reset(\Magento\Framework\DB\Select::ORDER);
0 commit comments