We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/mongoid/mongoid/issues/3110 reported this issue.
Which basically this query:
query.or({:first.gt => 1, :first.lte => 3}, {:first.gt => 20, :first.lte => 30 })
is returning this selector
[{"first"=>{"$lte"=>3}}, {"first"=>{"$lte"=>30}}]
Which is incorrect.
The text was updated successfully, but these errors were encountered:
Add regression test on or bug
0bae78e
[related #93]
No branches or pull requests
https://github.com/mongoid/mongoid/issues/3110 reported this issue.
Which basically this query:
is returning this selector
Which is incorrect.
The text was updated successfully, but these errors were encountered: