Changes between Initial Version and Version 1 of Ticket #33459


Ignore:
Timestamp:
Jan 23, 2022, 1:04:08 PM (2 years ago)
Author:
Thomas Aglassinger
Comment:

Added link to PR: https://github.com/django/django/pull/15350

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33459 – Description

    initial v1  
    55So I propose to add a few paragraphs that show how to add a `SearchVectorField` to a model with a `GinIndex`, compute a search vector from multiple fields and then perform a ranked search on it.
    66
     7For the related pull request, see <https://github.com/django/django/pull/15350>
    78I don't consider the current patch to be final, things to discuss:
    89- Should the section on "SearchVectorField" be ranamed to "SearchVectorField and indexing"?
Back to Top