New issue 334: prefix matching when running custom queries
https://bitbucket.org/blais/beancount/issues/334/prefix-matching-when-running-custom
Stefano Zacchiroli:
BQL "run QUERY_NAME" command currently expects a precise match on QUERY_NAME.
It would be nice to make it select the best match for QUERY_NAME, based on prefix matching. That is, any prefix of existing queries would work, as long as it is non-ambiguous, i.e., it identifies a single query.
The attached patch implements this.