Back to Pocketbase

Interface orLike

static/jsvm/interfaces/dbx.orLike.html

latest741 B
Original Source

Interface orLike

Hierarchy

  • orLike

  • orLike(col, ...values): LikeExp

OrLike generates an OR LIKE expression. This is similar to Like() except that the column should be like one of the possible values. For example, OrLike("name", "key", "word") will generate a SQL expression: "name" LIKE "%key%" OR "name" LIKE "%word%". Please see Like() for more details.

Parameters

col: string
Rest ...values: string[]

Returns LikeExp

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc