mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed a typo in docs/ref/contrib/postgres/search.txt.
This commit is contained in:
parent
415ae960bb
commit
f1af076fba
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ a different language parsers and dictionaries as defined by the database::
|
|||
|
||||
The value of ``config`` could also be stored in another column::
|
||||
|
||||
>>> from djanog.db.models import F
|
||||
>>> from django.db.models import F
|
||||
>>> Entry.objects.annotate(
|
||||
... search=SearchVector('body_text', config=F('blog__language')),
|
||||
... ).filter(search=SearchQuery('œuf', config=F('blog__language')))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue