Fixed #28194 -- Added support for normalization and cover density to SearchRank.

This commit is contained in:
Hannes Ljungberg 2020-03-20 22:01:26 +01:00 committed by Mariusz Felisiak
parent 4ed534758c
commit 0b51a4f894
4 changed files with 106 additions and 3 deletions

View file

@ -160,6 +160,14 @@ Minor features
* :lookup:`search` lookup now supports query expressions.
* The new ``cover_density`` parameter of
:class:`~django.contrib.postgres.search.SearchRank` allows ranking by cover
density.
* The new ``normalization`` parameter of
:class:`~django.contrib.postgres.search.SearchRank` allows rank
normalization.
:mod:`django.contrib.redirects`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~