icontains
sourceicontains<R, F extends string | number | symbol>(field: F, value: R[F]): ScalarPredicatesource
Returns a predicate that evaluates to true if the field is a string that contains the value of the argument, performing a case-insensitive search.