Merge pull request #1084 from optik/patch-1
Bad property name for text search index meta
This commit is contained in:
		| @@ -17,7 +17,7 @@ Use the *$* prefix to set a text index, Look the declaration:: | |||||||
|       meta = {'indexes': [ |       meta = {'indexes': [ | ||||||
|           {'fields': ['$title', "$content"], |           {'fields': ['$title', "$content"], | ||||||
|            'default_language': 'english', |            'default_language': 'english', | ||||||
|            'weight': {'title': 10, 'content': 2} |            'weights': {'title': 10, 'content': 2} | ||||||
|           } |           } | ||||||
|       ]} |       ]} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user