MCPcopy Index your code
hub / github.com/TanStack/db / ilike

Function ilike

packages/db/src/query/builder/functions.ts:274–279  ·  view source on GitHub ↗
(
  left: StringLike,
  right: StringLike,
)

Source from the content-addressed store, hash-verified

272}
273
274export function ilike(
275 left: StringLike,
276 right: StringLike,
277): BasicExpression<boolean> {
278 return new Func(`ilike`, [toExpression(left), toExpression(right)])
279}
280
281// Functions
282

Callers 4

query.test.tsFile · 0.90

Calls 1

toExpressionFunction · 0.85

Tested by

no test coverage detected