Create an advanced search engine with PostgreSQLPostgreSQL provides the necessary building blocks for you to combine and create your own search engine for full-text search. Let's see how far we can take it. This is part 1 of a blog mini-series, in which we explore the full-text search functionality in PostgreSQL and investigate how much of the typical search engine functionality we can replicate.
