TheInfiniteKind / moneydance_open

16 stars 12 forks source link

Search should allow simple arithmetic expressions #86

Open lordpixel23 opened 2 years ago

lordpixel23 commented 2 years ago

e.g. I want to see all transactions > $100, I should be able to type something like '> 100' in the search field.

Implementation probably has some issues:

Probably the best thing is to keep it really simple and allow > 100, < 100 and = 100 and not much more than that.

If I were really going to push the boat out, then something like '≥ £100' could be allowed too, but, the reality is typing stuff like that on Windows is really hard (how ridiculous is that in 2022?) and only a subset of Mac users know how to do it :-)