Add new search keywords

This commit is contained in:
James Cole
2019-08-03 08:32:55 +02:00
parent febaab62f7
commit 12c1fa2367
3 changed files with 20 additions and 16 deletions

View File

@@ -513,7 +513,7 @@ return [
'default_currency' => 'EUR',
'default_language' => 'en_US',
'search_modifiers' => ['amount_is', 'amount', 'amount_max', 'amount_min', 'amount_less', 'amount_more', 'source', 'destination', 'category',
'budget', 'bill', 'type', 'date', 'date_before', 'date_after', 'on', 'before', 'after'],
'budget', 'bill', 'type', 'date', 'date_before', 'date_after', 'on', 'before', 'after','from','to'],
// tag notes has_attachments
'cer_providers' => [
'fixer' => FixerIOv2::class,