scottohara/loot

Filter by flagged

Closed this issue · 0 comments

We have a Heroku dataclip that lists all flagged transactions; but it would be more convenient to be able to filter a transaction list by flagged/unflagged status in-situ.

We could extend the existing search function to support a custom expression syntax, similar to GitHub, e.g.

is:flagged

This would also allow for future extension to other expressions such as:

  • type:<transaction type>
  • amount:<number>
  • before:<date>
  • after:<date>
  • is:cleared