Skip to content

Commit 0023dce

Browse files
committed
MC-19184: Quick Search is broken
- fixed performance tests
1 parent 302070f commit 0023dce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Elasticsearch/Model/ResourceModel/Fulltext/Collection/SearchResultApplier.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public function apply()
5050
foreach ($this->searchResult->getItems() as $item) {
5151
$ids[] = (int)$item->getId();
5252
}
53-
$this->collection->setPageSize(null);
5453
$this->collection->getSelect()->where('e.entity_id IN (?)', $ids);
5554
$orderList = join(',', $ids);
5655
$this->collection->getSelect()->reset(\Magento\Framework\DB\Select::ORDER);

0 commit comments

Comments
 (0)