Saphereye / budget-tracker

A minimal TUI based budget tracker
https://crates.io/crates/budget-tracker
1 stars 0 forks source link

Better querying on description, expense type and date #3

Open Saphereye opened 5 months ago

Saphereye commented 5 months ago

Use some kind of information retrieval system, that can deal with multi context data Currently lets say I want to get all transactions with bus, in the current system we are using fuzzy search which allows returning of queries which include the keyword bus, but also return butterscotch icecream, which is not ideal.