Skip to main content
cngx-src documentation

withCaseInsensitiveStrings

Functionforms/filter-builder/config

projects/forms/filter-builder/filter-builder.config.ts

Description#

Fold both sides of the builtin substring trio (contains / startsWith / endsWith) via toLowerCase() at evaluation time. Off by default - the trio is case-SENSITIVE unless enabled. eq / neq keep Object.is identity semantics regardless; custom operator definitions receive the flag through their evaluation context and decide themselves.

Signature#

withCaseInsensitiveStrings(enabled: boolean)

Parameters#

@paramenabledboolean

Returns#

CngxFilterBuilderConfigFeature