This commit is contained in:
James Cole 2019-10-22 05:56:37 +02:00
parent def6ae6167
commit 27668769cb
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -127,9 +127,6 @@ class Search implements SearchInterface
$matches = [];
preg_match_all($pattern, $filteredQuery, $matches);
var_dump($matches[0]);
exit;
foreach ($matches[0] as $match) {
$this->extractModifier($match);
$filteredQuery = str_replace($match, '', $filteredQuery);