postgres full text search - ghdrako/doc_snipets GitHub Wiki
tags:
- database
- postgres
Postgres full text search
- tsvector - represent serchable document. Only document represent as tsverctor can be search
- tsquery - represent search query to run against a documents