Changes between Initial Version and Version 1 of Ticket #33459
- Timestamp:
- Jan 23, 2022, 1:04:08 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33459 – Description
initial v1 5 5 So 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. 6 6 7 For the related pull request, see <https://github.com/django/django/pull/15350> 7 8 I don't consider the current patch to be final, things to discuss: 8 9 - Should the section on "SearchVectorField" be ranamed to "SearchVectorField and indexing"?