mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 10:58:52 +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) |
||
---|---|---|
.. | ||
backends.rst | ||
index.rst | ||
indexing.rst | ||
searching.rst |