Do you really need Elastic Search?
- https://www.postgresql.org/docs/current/pgtrgm.html
- https://scoutapm.com/blog/how-to-make-text-searches-in-postgresql-faster-with-trigram-similarity
- https://about.gitlab.com/blog/2016/03/18/fast-search-using-postgresql-trigram-indexes/
- https://mazeez.dev/posts/pg-trgm-similarity-search-and-fast-like
- https://alexklibisz.com/2022/02/18/optimizing-postgres-trigram-search.html
- https://www.freecodecamp.org/news/fuzzy-string-matching-with-postgresql/
- https://pganalyze.com/blog/gin-index
- https://hasura.io/blog/full-text-search-with-hasura-graphql-api-postgres/
- https://www.crunchydata.com/blog/postgres-full-text-search-a-search-engine-in-a-database
- https://bigmachine.io/2022/06/12/creating-a-full-text-search-engine-in-postgresql-2022/
- https://supabase.com/docs/guides/database/full-text-search
- https://xata.io/blog/postgres-full-text-search-engine