Include preliminary support for text indexes

To index a text field, prefix the field name with `$`, as in `$title`.
This commit is contained in:
Clay McClure
2014-05-29 19:06:51 -04:00
parent cfbb283f85
commit 74bd7c3744
5 changed files with 22 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ setup(name='mongoengine',
long_description=LONG_DESCRIPTION,
platforms=['any'],
classifiers=CLASSIFIERS,
install_requires=['pymongo>=2.7'],
install_requires=['pymongo>=2.7.1'],
test_suite='nose.collector',
**extra_opts
)