Postgres tsvector with TypeORM
PostgreSQL offers two specific data types that make full-text search easier.
Full-text search is basically the process of scanning through natural-language documents to find the ones that align most closely with a given query.
* The tsvector type is used to represent a document in a way that’s fine-tuned for