Merge pull request #1084 from optik/patch-1

Bad property name for text search index meta
This commit is contained in:
Emmanuel Leblond
2015-09-02 18:27:10 +02:00

View File

@@ -17,7 +17,7 @@ Use the *$* prefix to set a text index, Look the declaration::
meta = {'indexes': [
{'fields': ['$title', "$content"],
'default_language': 'english',
'weight': {'title': 10, 'content': 2}
'weights': {'title': 10, 'content': 2}
}
]}