Full text search
Full text search
New in Django 1.10.
The database functions in the django.contrib.postgres.search
module ease the use of PostgreSQL’s full text search engine.
For the examples in this document, we’ll use the models defined in Making queries.
See also
For a high-level overview of searching, see the topic documentation.