This commit is contained in:
JMARyA 2024-01-17 08:31:39 +01:00
parent 00892fb1d4
commit ef7661245b
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 34 additions and 4 deletions

View file

@ -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