heynemann / motorengine

Motorengine is a port of MongoEngine for Tornado.
http://motorengine.readthedocs.org
204 stars 67 forks source link

There is no way to fetch specific fields on an object #99

Open agrawal-mohit opened 8 years ago

agrawal-mohit commented 8 years ago

We can fetch the entire object using .find_all() method, but there should be a .find() method which takes the specific field names to fetch. Pardon me if it already exists but I was not able to find it.