Back to Pocketbase

Function notLike

static/jsvm/functions/_dbx.notLike.html

latest668 B
Original Source

Function notLike

NotLike generates a NOT LIKE expression. For example, NotLike("name", "key", "word") will generate a SQL expression: "name" NOT LIKE "%key%" AND "name" NOT 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