Match 1 or more (+) wildcard/quantifier doesn't work when starting a query
ilumsden opened this issue · 0 comments
ilumsden commented
Kudos to @vanessalama09 for finding this.
When using the "+" wildcard/quantifier to start a query, the query system will fail to find any matches to the corresponding query node. This is due to the "match 1" part of the "match 1 or more" being captured by the QueryMatcher._apply_impl
function.