clp icon indicating copy to clipboard operation
clp copied to clipboard

clp-s: Use standard syntax for conditions on values between ()

Open gibber9809 opened this issue 9 months ago • 0 comments

Request

We currently support a non-standard syntax for combining filters on many values for the same column. A query like key: (value1 or value2) in KQL can be written as key: (OR value1 value2) in our syntax. This breaks the expectations of users familiar with KQL, so we should change the syntax to match.

Possible implementation

Update the grammar to match standard KQL behaviour for this case.

gibber9809 avatar May 10 '24 16:05 gibber9809