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 909ebda commit c2a4d83Copy full SHA for c2a4d83
lib/internal/Magento/Framework/Search/Adapter/Mysql/Mapper.php
@@ -158,7 +158,6 @@ public function buildQuery(RequestInterface $request)
158
private function createAroundSelect(Select $select, ScoreBuilder $scoreBuilder)
159
{
160
$parentSelect = $this->getConnection()->select();
161
- $select->limit(10000000000); // MySQL 5.7 workaround
162
$parentSelect->from(
163
['main_select' => $select],
164
[
0 commit comments