0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/releases
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
..
0.4.1.rst
0.4.rst
0.5.rst
0.6.rst
0.7.rst
0.8.1.rst
0.8.3.rst
0.8.4.rst
0.8.5.rst
0.8.6.rst
0.8.7.rst
0.8.8.rst
0.8.10.rst
0.8.rst
1.0.rst
1.1.rst
1.2.rst
1.3.1.rst
1.3.rst Fix typos in 1.3 release notes 2016-07-05 15:00:32 +01:00
1.4.1.rst
1.4.2.rst
1.4.3.rst
1.4.4.rst
1.4.5.rst
1.4.6.rst Add release notes for 1.4.6 2016-07-18 19:14:28 +01:00
1.4.rst
1.5.1.rst mark 1.5.1 as no longer in development 2016-06-07 18:59:13 +01:00
1.5.2.rst Release note for 1.5.2 2016-06-08 11:52:27 +01:00
1.5.3.rst Add release notes for 1.5.3 2016-07-18 19:15:27 +01:00
1.5.rst
1.6.1.rst Mention WAGTAIL_ALLOW_UNICODE_SLUGS setting in release notes 2016-08-26 16:23:31 +01:00
1.6.2.rst Release notes for #2966 2016-09-01 17:02:55 +03:00
1.6.3.rst Release notes for #3002 2016-09-19 19:31:37 +03:00
1.6.rst Disable client-side validation on Django 1.10 for multipart forms 2016-08-15 18:36:11 +01:00
1.7.rst Implemented annotate_score on SearchResults 2016-09-22 12:03:23 +01:00
index.rst Release notes for #3002 2016-09-19 19:31:37 +03:00