You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixesbeancount#1846
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.
Fixesbeancount#1846
Hi,
I've met an issue with the search completion where it suggests an unescaped string (I'm searching for "leroy"):
leading to the account being empty
If I escape the string correctly, I do get the correct payee subacount:
Tested on fava-1.29.dev3+g365cd5dc
The text was updated successfully, but these errors were encountered: