heynemann / motorengine

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

Adding the following String operators: #114

Closed hhaawwaa closed 6 years ago

hhaawwaa commented 8 years ago

The following string operators have been included:

No idea how to include /i flag in order to create case insensitive operators such as icontains, iendswith, iexact, istartswith as in mongoengine. Any help will be appreciated :)

hhaawwaa commented 8 years ago

Now I see that in pull #97 iexact operator was included but not pushed to master branch. I'll include all no case sensitive operators asap so #97 can also be closed.

heynemann commented 6 years ago

I'm sorry for the long time since this PR. I'm managing this project again. Thanks a LOT for this contribution.