The new release (global find support) is great! The
global find is REALLY fast.
The auto fill feature is really slow. I have sometimes
a 10 second lag after the 2nd or 3rd letter gets
entered. This is on an m515 with several years worth of
transactions.
Shouldn't the auto fill feature be able to use the same
algorithm as the global find?
I know this isn't really a bug, more a suggestions, but
I wasn't sure where else to enter it.
Logged In: YES
user_id=51153
the 0.6.4 should be somewhat faster, but still far from
global find.
Problem is that global only needs to scan transactionsDB,
while autocomplete also scans all splits for every
transaction (to see if it should do "full" or "partial"
fill-in).
I might make it an option in the future (or maybe always do
the full fill-in)