-- A talk I gave at PyCon US 2023
Keeping in mind the Pythonic principle that “simple is better than complex” we’ll see how to implement full-text search in a web service using only the latest versions of Django and PostgreSQL and we’ll analyze the advantages compared to more complex solutions based on external services.