Skip to main content

Type Alias: ComparisonWhereExpr

ComparisonWhereExpr = { [key in ComparisonEmptyOperatorType | ComparisonSingleOperatorType | ComparisonMultipleOperatorType | ComparisonSingleStringOperatorType]?: string | number | boolean | (number | string)[] } | { [key in CollectionDeepSearchOperatorType]?: string | any[] }

Defined in: query/interface/query.types.ts:129

Structure of the comparison operators.

Example

{ operator: value } -> e.g { $like: '%ottoman%' }