mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #2756
This commit is contained in:
parent
def6ae6167
commit
27668769cb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user