In last week's video, we implemented Postgres's Full Text Search (FTS) in a Django app. In this video, we will optimize the code from last week such that the search becomes faster. Chapters: - 0:00 intro 0:21 Search Vector Field 0:35 updating the Search Vector Field 1:10 search_query method 1:33 indexing 1:53 outro
thnak you