#30637: SearchVectorField and SearchVector should be combinable.
-------------------------------------+-------------------------------------
     Reporter:  Dani Hodovic         |                    Owner:  (none)
         Type:  Bug                  |                   Status:  new
    Component:  contrib.postgres     |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  db, postgres, full-  |             Triage Stage:  Accepted
  text, search                       |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by felixxm):

 * type:  Cleanup/optimization => Bug
 * version:  2.2 => master
 * stage:  Unreviewed => Accepted


Comment:

 Thanks for the report. Agreed, `SearchVector` and `SearchVectorField`
 should be combinable, e.g.
 {{{
 JobPosting.objects.annotate(full_text=(SearchVector('role') +
 F('text_search'))).filter(full_text=SearchQuery('foo'))
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30637#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.749ba29508672736a491c37592f2f72b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to