Full Text search with Postgres
PostgreSQL offers a powerful, built-in full text search engine that allows us to search through unstructured text using linguistic rules rather than simple pattern matching (like LIKE or regex). In this article, we shall understand what those features are.