Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method PostgrestFilterBuilder.prototype.ilike
import { PostgrestFilterBuilder } from "https://deno.land/x/postgrest@1.1.0/src/lib/PostgrestFilterBuilder.ts";

Finds all rows whose value in the stated column matches the supplied pattern (case insensitive).

Parameters

column: keyof T

The column to filter on.

pattern: string

The pattern to filter with.