- #Django
- #PostgreSQL
- #search
PostgreSQL text search in Django
In order to add search functionality on a budget for College Conductor, I incorporated the text searching capabilities of the PostgreSQL module available to Django 1.10. This post covers features and limitations of PostgreSQL search.