Full text search with Django and PostgreSQL

Published on 2022-06-07

Django applications that use PostgreSQL as database can utilize its full text search capabilities. The following issues and educational pull requests gradually introduce new features. Look at the changed files to learn what was needed to implement it.

To set up the project, follow the instructions in the README.