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

Fix nested logical operators #435

Merged
merged 2 commits into from
Jan 29, 2024
Merged

Fix nested logical operators #435

merged 2 commits into from
Jan 29, 2024

Conversation

jan-tennert
Copy link
Collaborator

What kind of change does this PR introduce?

Bug fix (closes #434)

What is the current behavior?

Using a logical operator within a logical operator twice does not work (see issue)

What is the new behavior?

This should be fixed.

@jan-tennert jan-tennert self-assigned this Jan 27, 2024
@jan-tennert jan-tennert changed the base branch from master to 2.1.0 January 29, 2024 09:41
@jan-tennert jan-tennert merged commit 31883bb into 2.1.0 Jan 29, 2024
10 checks passed
@jan-tennert jan-tennert deleted the fix-complex-queries branch February 6, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Nesting two ands inside an or filter causes only the first and to be evaluated
1 participant