mirror of
https://github.com/django/django.git
synced 2025-09-14 14:35:27 +00:00
Fixed #28194 -- Added support for normalization and cover density to SearchRank.
This commit is contained in:
parent
4ed534758c
commit
0b51a4f894
4 changed files with 106 additions and 3 deletions
|
@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue