refactor
This commit is contained in:
parent
00892fb1d4
commit
ef7661245b
3 changed files with 34 additions and 4 deletions
|
@ -84,7 +84,7 @@ Usage:
|
|||
- `$text`: The `$text` operator performs a text search on the specified field(s).
|
||||
- `$elemMatch`: The `$elemMatch` operator matches documents where a specified array field contains at least one element that matches all the specified conditions.
|
||||
- `$size`: The `$size` operator matches documents where a specified array field has a specific size.
|
||||
- `$exists`: The `$exists` operator matches documents that contain or do not contain a specified field, including documents where the field value is `null`.
|
||||
- `$exists`: The `$exists` operator matches documents that contain or do not contain a specified field, including documents where the field value is `null`.
|
||||
|
||||
**Example:**
|
||||
```js
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue