Skip to content

Commit 03303b1

Browse files
committed
MAGETWO-39757: Main cases of search functionality do not work
1 parent 98decfc commit 03303b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/Search/Adapter/Mysql/Query/QueryContainer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public function addMatchQuery(
8181
$subScoreBuilder = $this->scoreBuilderFactory->create();
8282
$this->buildMatchQuery($subScoreBuilder, $subSelect, $query, $conditionType);
8383
$subSelect->columns($subScoreBuilder->build());
84-
$subSelect->limit($this->request->getSize());
8584
$this->addDerivedQuery($subSelect);
8685

8786
return $select;

0 commit comments

Comments
 (0)