phfts
Finds all rows whose tsvector value on the stated column
matches
phraseto_tsquery(query
).
Parameters
columnrequiredobject
The column to filter on.
queryrequiredstring
The Postgres tsquery string to filter with.
__namedParametersrequiredobject
No description provided.
configrequired|
The text search configuration to use.
Properties