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

Group conditions within parentheses #15

Closed
devmoath opened this issue Mar 7, 2022 · 0 comments · Fixed by #16
Closed

Group conditions within parentheses #15

devmoath opened this issue Mar 7, 2022 · 0 comments · Fixed by #16
Assignees
Labels
feature New feature or request

Comments

@devmoath
Copy link
Owner

devmoath commented Mar 7, 2022

Example with or operator:

(project = "A" and status = Closed) OR (project = "B"  and status != Closed)

Example with and operator:

(project = "A" and status = Closed) AND (project = "B"  and status != Closed)

More complex example:

creator = "1646667083862@mailinator.com" and (project = "A" and status = Closed) OR (project = "B"  and status != Closed)
@devmoath devmoath added the feature New feature or request label Mar 7, 2022
@devmoath devmoath self-assigned this Mar 7, 2022
devmoath added a commit that referenced this issue Mar 7, 2022
@devmoath devmoath linked a pull request Mar 7, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant