Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method PostgrestFilterBuilder.prototype.plfts
Deprecated
Deprecated

Use textSearch() with type: 'plain' instead.

import { PostgrestFilterBuilder } from "https://deno.land/x/postgrest@1.1.0/src/lib/PostgrestFilterBuilder.ts";

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

Parameters

column: keyof T

The column to filter on.

query: string

The Postgres tsquery string to filter with.

optional
unnamed 2: { config?: string; } = [UNSUPPORTED]

The text search configuration to use.