Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RootFilterOperators<TSchema>

Type parameters

  • TSchema

Hierarchy

Index

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: TSchema) => boolean)

Generated using TypeDoc