fts

Finds all rows whose tsvector value on the stated column matches to_tsquery(query).

Parameters

  • columnrequiredobject

    The column to filter on.

  • queryrequiredstring

    The Postgres tsquery string to filter with.

  • __namedParametersrequiredobject

    No description provided.

      Properties
    • configrequired|

      The text search configuration to use.