Skip to content

Parse parentheses #2

Open
Open
@jclem

Description

@jclem

SearchQL should be able to parse parentheses.

Given the query:

foo AND (bar OR qux)

SearchQL should parse the query as:

[data: "foo", or: {
   [data: "bar"], [data: "qux"]}]

Rather than:

[or: {
  [data: "foo", data: "(bar"]},
  [data: "qux)"]}]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions