diff --git a/app/Support/Search/Search.php b/app/Support/Search/Search.php index 08018b28f8..330c44944a 100644 --- a/app/Support/Search/Search.php +++ b/app/Support/Search/Search.php @@ -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);