Merge pull request #1084 from optik/patch-1
Bad property name for text search index meta
This commit is contained in:
commit
33b4d83c73
@ -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}
|
||||
}
|
||||
]}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user