emansih / FireflyMobile

Mobile Application for Firefly III written in Kotlin
GNU General Public License v3.0
315 stars 45 forks source link

Add autocomplete for transaction descriptions #85

Open schneekluth opened 4 years ago

schneekluth commented 4 years ago

Firefly III Server Version: 5.0.5 Firefly III Mobile Version: 2.0.1 Android Version:
10 Device Information:

emansih commented 4 years ago

I would say this is a limitation in the API since currently there is no API for me to search for transactions for autocomplete to work. An expensive way to search for historical data is to download all transactions(which could be up to hundreds to tens of thousands of records) and do a query from there. There were plans to add an API though

CC: @JC5

JC5 commented 4 years ago

It's not on my list yet but this can be added. I have plans to add a full search kind of a thing but auto-complete endpoints are not a bad idea.

Keep track of https://github.com/firefly-iii/firefly-iii/issues/3150