Expand modifiers

This commit is contained in:
James Cole
2017-02-19 12:12:24 +01:00
parent b149a816dd
commit 26751e10ee
2 changed files with 5 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ return [
],
'default_currency' => 'EUR',
'default_language' => 'en_US',
'search_modifiers' => ['amount_is', 'amount_less', 'amount_more', 'source', 'destination', 'category', 'budget', 'bill', 'type', 'date',
'date_before', 'date_after'],
'search_modifiers' => ['amount_is', 'amount', 'amount_max', 'amount_min', 'amount_less', 'amount_more', 'source', 'destination', 'category',
'budget', 'bill', 'type', 'date', 'date_before', 'date_after'],
// tag notes has_attachments
];