cobrateam / flask-mongoalchemy

Flask support for MongoDB using MongoAlchemy.
https://pythonhosted.org/Flask-MongoAlchemy/
BSD 2-Clause "Simplified" License
217 stars 45 forks source link

Docs and examples for query_class customization #3

Closed fsouza closed 13 years ago

fsouza commented 13 years ago

Add docs and examples showing how to customize the query_class of a document by extending BaseQuery class.

fsouza commented 13 years ago

It'd be nice if the books collection example use a customized query_class

fsouza commented 13 years ago

Done :)

Added a customized query class containing a starting_with method which filter books by their first letter.