I'm thinking that adding a `cover_density` parameter to `SearchRank`
should be enough. If this parameter is set to `True` the function will be
switched to `ts_rank_cd`.
--
Ticket URL: <https://code.djangoproject.com/ticket/31386>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
PR: https://github.com/django/django/pull/12597
--
Ticket URL: <https://code.djangoproject.com/ticket/31386#comment:1>
* stage: Unreviewed => Ready for checkin
Comment:
Patch LGTM pending two minor adjustments.
--
Ticket URL: <https://code.djangoproject.com/ticket/31386#comment:2>
Comment (by Claude Paroz):
Almost a duplicate of #28194. However, #28194 also suggests adding the
`normalization` keyword parameter. Should we keep both tickets and address
both issues separately?
--
Ticket URL: <https://code.djangoproject.com/ticket/31386#comment:3>
Comment (by Simon Charette):
I guess we could close this one as duplicate of #28194 and have
https://github.com/django/django/pull/12597 address both.
Is it something you're interested in doing Hannes?
--
Ticket URL: <https://code.djangoproject.com/ticket/31386#comment:4>
Comment (by Hannes Ljungberg):
I don’t know how I missed that ticket. Sorry about that!
Sure, let’s close this ticket in favor of #28194. I’ll update my PR to add
support for the ` normalization` parameter.
--
Ticket URL: <https://code.djangoproject.com/ticket/31386#comment:5>
* status: assigned => closed
* resolution: => duplicate
--
Ticket URL: <https://code.djangoproject.com/ticket/31386#comment:6>