Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gibber9809 opened this issue May 10, 2024 · 0 comments
Open

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

gibber9809 opened this issue May 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@gibber9809
Copy link
Contributor

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 gibber9809 added the enhancement New feature or request label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant