Slightly expanded modifiers [skip ci]

This commit is contained in:
James Cole
2017-02-19 12:17:07 +01:00
parent 26751e10ee
commit b13a878927
2 changed files with 4 additions and 1 deletions

View File

@@ -210,6 +210,6 @@ 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'],
'budget', 'bill', 'type', 'date', 'date_before', 'date_after','on','before','after'],
// tag notes has_attachments
];