mongoid / origin

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

Feature Request: Access a serialized Mongo-ready find query using an Origin::Selector #90

Open brandonc opened 11 years ago

brandonc commented 11 years ago

Currently, I have to to_json my selector and manually mangle certain value types to get them ready for mongo.

durran commented 11 years ago

Can you please provide more details on what you are expecting?