- Preparing search index...
- The search index is not available
Deepkit
Type alias RootQuerySelector<T>
Root
Query
Selector
<T>: { $and
?: FilterQuery<T>[]; $comment
?: string; $nor
?: FilterQuery<T>[]; $or
?: FilterQuery<T>[]; $text
?: { $caseSensitive
?: boolean; $diacraticSensitive
?: boolean; $language
?: string; $search
: string; }; $where
?: string | Function; [key:
string]
: UUID | MongoId | any; }
Type declaration
-
[key: string]: UUID | MongoId | any
-
-
Optional
$comment?: string
-
-
-
Optional
$text?: {
$caseSensitive?: boolean;
$diacraticSensitive?: boolean;
$language?: string;
$search: string;
}
-
Optional
$caseSensitive?: boolean
-
Optional
$diacraticSensitive?: boolean
-
Optional
$language?: string
-
$search: string
-
Optional
$where?: string | Function
https://docs.mongodb.com/manual/reference/operator/query/and/#op._S_and