Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#27589 closed New feature (wontfix)

SearchVectorField with built-in managed triggers

Reported by: Lex Berezhny Owned by: Lex Berezhny
Component: contrib.postgres Version: dev
Severity: Normal Keywords: fts full text search postgres
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This is a significantly enhanced version of django.contrib.postgresql.search.SearchVectorField with automatically generated and managed database trigger.

https://github.com/django/django/pull/7678

Change History (2)

comment:1 by Lex Berezhny, 7 years ago

Keywords: full text postgres added; postgresql removed
Owner: set to Lex Berezhny

comment:2 by Lex Berezhny, 7 years ago

Resolution: wontfix
Status: assignedclosed

This pull request was released as independent package: https://github.com/damoti/django-tsvector-field

See discussion in github: https://github.com/django/django/pull/7678

Last edited 7 years ago by Lex Berezhny (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top