-- A talk I gave at Django London Meetup 2020
Keeping in mind the pythonic principle that "simple is better than complex" we will see how to implement full-text search in a web service using only Django and PostgreSQL and we will analyse the advantages of this solution compared to more complex solutions based on dedicated search engines.
More info on https://www.paulox.net/2020/10/13/django-london-meetup-2020/