Merge pull request #772 from shuuji3/patch-1

Marked up the last line as preformatted text.
This commit is contained in:
Yohan Graterol 2014-11-01 14:37:44 -05:00
commit d9819a990c

View File

@ -46,4 +46,6 @@ Next, start a text search using :attr:`QuerySet.search_text` method::
Ordering by text score
======================
::
objects = News.objects.search('mongo').order_by('$text_score')