mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 12:45:30 +00:00
Move search operators to dedicated file and add lots of new ones.
This commit is contained in:
@@ -144,7 +144,7 @@ class EditController extends Controller
|
||||
private function parseFromOperators(array $submittedOperators): array
|
||||
{
|
||||
// See reference nr. 65
|
||||
$operators = config('firefly.search.operators');
|
||||
$operators = config('search.operators');
|
||||
$renderedEntries = [];
|
||||
$triggers = [];
|
||||
foreach ($operators as $key => $operator) {
|
||||
|
Reference in New Issue
Block a user