Only prefix completed part of account hierarchy.
niknetniko opened this issue · 0 comments
niknetniko commented
Currently, the everything that has been typed is used as the prefix for the matcher. When typing Expenses:Cheese
, this is the full prefix.
Instead, we should only use the part until the last colon as the prefix, and using the leaf of the tree as a general match. For example, the string above should also suggest Expenses:Food:Cheese
.