Merge pull request #1782 from nosahama/patch-1

Updated text-indexes.rst
This commit is contained in:
erdenezul 2018-05-19 09:25:54 +08:00 committed by GitHub
commit 06048b6d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,4 +48,4 @@ Ordering by text score
::
objects = News.objects.search('mongo').order_by('$text_score')
objects = News.objects.search_text('mongo').order_by('$text_score')