0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/topics
Karl Hobley 9a57e39cfd Implemented annotate_score on SearchResults
This allows the user to retrieve the scores for each search result:

    for page in Page.objects.search("Hello").annotate_score('_score'):
        print(page.title, page._score)
2016-09-22 12:03:23 +01:00
..
search Implemented annotate_score on SearchResults 2016-09-22 12:03:23 +01:00
images.rst Various typo fixes and grammar/clarity improvements. 2016-03-10 15:11:41 +00:00
index.rst Moved advanced image topics into advanced topics 2016-01-27 11:27:16 +00:00
pages.rst Restore PageManager behaviour by setting it on an abstract superclass of Page 2016-08-23 20:12:22 +01:00
snippets.rst Use python_2_unicode_compatible in snippets.rst (#2688) 2016-06-07 13:49:28 +01:00
streamfield.rst Update IntegerBlock docs to show correct kwargs (#2930) 2016-08-20 02:38:00 +01:00
writing_templates.rst Changed indentation on all code samples to 4 spaces. 2016-04-28 10:57:22 +01:00