Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Element query operators are used to query document elements based on their existence and type.
| Description | |
|---|---|
$exists |
The $exists operator retrieves documents that contain the specified field in their document structure. |
$type |
The $type operator retrieves documents if the chosen field is of the specified type. |