mongoid / origin

A Ruby DSL for building MongoDB queries
http://mongoid.org/en/origin/index.html
MIT License
62 stars 29 forks source link

Don't Filter out invalid $not queries #48

Closed durran closed 11 years ago

durran commented 11 years ago

See mongoid/mongoid#2395

durran commented 11 years ago

This is about letting the bad $not queries get through to the db so it can raise an error.