Allow setting default "Quick Filter" search period
A
Adam
I very frequently use the "Quick Filter" option, and I also rarely want to search within just the current month. Typically, I want to search either "This Year" or "All Time". It would be very convenient if I could set this as a default option.
Log In
D
Dylan Harris
yeah. often I'm trying to search for things over multiple months so I can keep track of things. For example, did I get charged once and only once by a certain merchant every month. Or how many amazon transactions did I have and what were they, or a specific amount I'm searching for somewhere. The default of just searching the current month is useless and causes many more clicks every time.
Din from Lunch Money
Merged in a post:
Make "Quick search" search all time
J
Jamin Turner
I think it would be most useful if the Quick Search under the Transactions window searched 'All time' by default. Currently you have to use Filters to search anything more than one month's worth of data. This takes too many clicks to do a quick simple search.
D
Dmitriy Alergant
D
Dmitriy Alergant
The Quick Search currently works automatically while you type, and filters transactions on the front-end: there are network queries when you filter by typing in the search box.
I would actually prefer the following behavior:
* Automatic filtering while you type: seamlessly apply search filtering based on the currently selected time range. Current behavior, no change.
* Also allow "explicit submit" of a search query (a small submit button on the right of the box + enter hotkey). The explicit submit should forcefully switch to All Time view [as per this original suggestion in this thread], while refreshing the transaction table to via /transactions?search[] endpoint; Which is the same behavior that currently happens when you change the time range manually. But saves a click.
Potentially (long-term), the full back-end search (transactions?search[]=) may leverage a stronger or more flexible searching algorithm then simple front-end filtering. This visual cue (a "submit" button + hotkey) as proposed above will further highlight this difference to the user.