mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rule engine and search engine now use the same operators; making them interchangeable.
This commit is contained in:
@@ -49,6 +49,6 @@ class Domain
|
||||
*/
|
||||
public static function getRuleTriggers(): array
|
||||
{
|
||||
return config('firefly.rule-triggers');
|
||||
return array_keys(config('firefly.search.operators'));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user