Skip to content

Commit c2a4d83

Browse files
committed
MAGETWO-51447: CatalogSearch Fulltext Collection not allows to use filters with multiple values
- Remove outdated workaround for MySQL 5.7
1 parent 909ebda commit c2a4d83

File tree

1 file changed

+0
-1
lines changed
  • lib/internal/Magento/Framework/Search/Adapter/Mysql

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/Search/Adapter/Mysql/Mapper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ public function buildQuery(RequestInterface $request)
158158
private function createAroundSelect(Select $select, ScoreBuilder $scoreBuilder)
159159
{
160160
$parentSelect = $this->getConnection()->select();
161-
$select->limit(10000000000); // MySQL 5.7 workaround
162161
$parentSelect->from(
163162
['main_select' => $select],
164163
[

0 commit comments

Comments
 (0)