Javascript Reference v1.0

Match a string

Finds all rows whose text or tsvector value on the stated column matches the tsquery in query.

Parameters
    column
    REQUIRED
    object

    The column to filter on.

    query
    REQUIRED
    string

    The Postgres tsquery string to filter with.

    __namedParameters
    Optional
    object