0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 10:58:52 +01:00
wagtail/docs/topics/search
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
..
backends.rst Release notes for #2573 2016-08-31 14:13:47 +03:00
index.rst Various typo fixes and grammar/clarity improvements. 2016-03-10 15:11:41 +00:00
indexing.rst Update documentation and code to put mixin first 2016-05-04 14:05:33 +01:00
searching.rst Implemented annotate_score on SearchResults 2016-09-22 12:03:23 +01:00