heynemann / motorengine

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

Define iexact query #97

Closed moas closed 6 years ago

moas commented 9 years ago

Please, can you add an query 'iexact' like django ORM.

heynemann commented 9 years ago

There's more to it than just creating the operator, right? Do you think you can implement the rest of it? Also, tests would help this PR get approved.

heynemann commented 9 years ago

This is the file where you need to include your operator in:

https://github.com/heynemann/motorengine/blob/master/motorengine/query_builder/transform.py

heynemann commented 6 years ago

Closed when #114 was merged. Sorry for the long delay.