Full-Text Search in Django with PostgreSQL
06 Apr, 2017
Community

From Django's version 1.10 there is a form that facilitates the use of the full text search engine of PostgreSQL. Since PostgreSQL is used in many Django projects, leveraging its full text search engine allows you to have this feature very easily, without having to configure external products and without having to worry about maintaining synchronized data between different systems. We will see how we have exploited this full text search feature in a real project.