Interface RootFilterOperators<TSchema>

Type Parameters

  • TSchema

Hierarchy

Properties

$and?: Filter<TSchema>[]
$comment?: string | Document
$nor?: Filter<TSchema>[]
$or?: Filter<TSchema>[]
$text?: {
    $caseSensitive?: boolean;
    $diacriticSensitive?: boolean;
    $language?: string;
    $search: string;
}

Type declaration

  • Optional $caseSensitive?: boolean
  • Optional $diacriticSensitive?: boolean
  • Optional $language?: string
  • $search: string
$where?: string | ((this) => boolean)

Type declaration

    • (this): boolean
    • Parameters

      • this: TSchema

      Returns boolean

Generated using TypeDoc