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

[BUGFIX] Allow empty filter constraints #56

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

eliashaeussler
Copy link
Member

This PR fixes a bug where an empty set of constraints was passed to $query->logicalAnd(). For this, the filter DTO no longer requires a valid constraint to be returned from Filter::buildConstraint().

@eliashaeussler eliashaeussler added the bug Something isn't working label Jun 2, 2023
@eliashaeussler eliashaeussler self-assigned this Jun 2, 2023
@codeclimate
Copy link

codeclimate bot commented Jun 2, 2023

Code Climate has analyzed commit 3addc0f and detected 0 issues on this pull request.

View more on Code Climate.

@eliashaeussler eliashaeussler merged commit 9ab6936 into develop Jun 2, 2023
@eliashaeussler eliashaeussler deleted the fix/empty-constraints branch June 2, 2023 15:46
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

Successfully merging this pull request may close these issues.

1 participant