beancount / fava

Fava - web interface for Beancount
https://beancount.github.io/fava/
MIT License
1.93k stars 286 forks source link

frontend: AutocompleteInput: escape * in fuzzyfinding (#1846) #1864

Open alexandre-janniaux opened 2 weeks ago

alexandre-janniaux commented 2 weeks ago

When inserting a suggestion, the value can have invalid characters, and in particular * which can easily be present on the payee: field or narration field.

Fixes #1846