added skip to mongodb older

This commit is contained in:
Wilson Júnior
2014-07-07 23:45:44 -03:00
parent a743b75bb4
commit 89825a2b21
2 changed files with 20 additions and 0 deletions

View File

@@ -192,6 +192,7 @@ class BaseQuerySet(object):
def search_text(self, text, language=None, include_text_scores=False):
"""
Start a text search, using text indexes.
Require: MongoDB server version 2.6+.
:param language: The language that determines the list of stop words
for the search and the rules for the stemmer and tokenizer.