Full text search

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.

The search lookup

登录查看完整内容