Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upClarify default query constraint compound behavior #499
Comments
|
I would argue against changing such a fundamental default, given that the library is presumably used in several thousand codebases. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default, sending multiple constraints to upper.io
Find()behaves as a union (OR), which may surprise users expecting an intersection (AND). Can we make this default behavior more clear in the documentation and examples?