mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
9a57e39cfd
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) |
||
---|---|---|
.. | ||
search | ||
images.rst | ||
index.rst | ||
pages.rst | ||
snippets.rst | ||
streamfield.rst | ||
writing_templates.rst |