Skip to content

Add support for parenthesized parameters in frontend query parser

Administrator requested to merge lg/parenthesized-parameters into master

Created by: lguychard

Fixes #11655

Adds naive parsing of opening & closing parentheses (no grouping / paren matching), to avoid showing squiggles on queries like r:a (f:b and c), where we previously interpreted (f:b as a single literal and suggested quoting it because it contained a colon.

cc @rvantonder

image

Merge request reports

Loading