Methods for building queries with Postgre's Full text search.
Based on Rachid Belaid's post, Code for America's post, and PSQL's search documentation.
This library requires PostgreSQL 11 or newer due to the usage of
websearch_to_tsquery
.
Although the library is tested, automatic tests are required.