PostgreSQL's powerful full text search feature supports the websearch syntax, which is forgiving and user-friendly. It allows individual word matching, double-quoted phrase matching, OR conditions, and negating matching. This post explains the syntax and how to use it in queries. It also mentions the integration of websearch in Django.

2m read timeFrom adamj.eu
Post cover image
Table of contents
The syntaxUse websearch in queriesFin
1 Comment

Sort: