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

Set command requires only one subsearchStatement #53

Open
51-code opened this issue Aug 2, 2024 · 0 comments
Open

Set command requires only one subsearchStatement #53

51-code opened this issue Aug 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@51-code
Copy link
Contributor

51-code commented Aug 2, 2024

Describe the bug

A query like this:
| set diff [|addtotals label=ddd subdddd] [|addtotals label=ddd ssubbbb]

Results in this exception:

line 46:47 mismatched input '[' expecting {BRACKET_R, PIPE, COMMA, GET_FIELD_SINGLE_QUOTED, GET_FIELD_DOUBLE_QUOTED, GET_FIELD_STRING}

So it stops parsing at the second subsearch, returning an incomplete parse tree.

Expected behavior

Should support and always require two subsearches in the command.

How to reproduce

Try the query above and print the parse tree.

Screenshots

Software version

6.1.0

Desktop (please complete the following information if relevant):

  • OS:
  • Browser:
  • Version:

Additional context

@51-code 51-code added the bug Something isn't working label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant