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
query: handle parse function not consuming all of input
Previously we silently ignored it. For example a search like `(foo))`
would just work since we would only parse `(foo)`. We now report back to
the user the problem.
Note: we already had special handling for unbalanced parenthesis like
this `((foo)`.
Test Plan: added more test cases. Especially tried to explore areas we
could validly not consume the whole input but couldn't find one.
0 commit comments