EuroPython 2020 EuroPython 2020 logo

EuroPython is the official European conference for the Python programming language.

Paolo Melchiorre - A pythonic full-text search - EuroPython 2020
Paolo Melchiorre - A pythonic full-text search - EuroPython 2020

🏷️ Title

A pythonic full-text search

🗓️ Date

23rd July 2020

🗣️ Language

🇬🇧 English

📍 Location

Online 🌐

🔗 Web

https://ep2020.europython.eu/talks/iGXPHck-a-pythonic-full-text-search/

🗒️ Abstract

How to implement full-text search using only Django and PostgreSQL.

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.

📜 Description

A full-text search on a website is the best way to make its contents easily accessible to users because it returns better results and is in fact used in online search engines or social networks.

The implementation of full-text search can be complex and many adopt the strategy of using dedicated search engines in addition to the database, but in most cases this strategy turns out to be a big problem of architecture and performance.

In this talk we’ll see a pythonic way to implement full-text search on a website using only Django and PostgreSQL, taking advantage of all the innovations introduced in latest years, and we’ll analyse the problems of using additional search engines with examples deriving from my experience (e.g. djangopoject.com or readthedocs.org).

Through this talk you can learn how to add a full-text search on your website, if it’s based on Django and PostgreSQL, or you can learn how to update the search function of your website if you use other search engines.

🔃 Tweet

This morning I gave a talk at @EuroPython 2020 🇪🇺 Online Edition 🌍 “A pythonic full-text search” 🐍🔍 if you missed it you can find slides and info on my blog:

https://www.paulox.net/2020/07/23/europython-2020/

#EuroPython #EP2020

I want to share some thoughts about this experience:

[#thread 👇]

1/9

🎥 Video

📊 Slides