Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supported commands #2876

Merged
merged 4 commits into from
Jun 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update recently added supported operators
  • Loading branch information
chilagrow committed Jun 21, 2023
commit 035036769b47847e16bef4f67c253dd2edb94276
9 changes: 5 additions & 4 deletions website/docs/reference/supported-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Related [issue](https://github.com/FerretDB/FerretDB/issues/1917).

| Stage | Status | Comments |
| -------------------- | ------ | --------------------------------------------------------- |
| `$addFields` | | [Issue](https://github.com/FerretDB/FerretDB/issues/1413) |
| `$addFields` | ⚠️ | [Issue](https://github.com/FerretDB/FerretDB/issues/1413) |
| `$bucket` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1414) |
| `$bucketAuto` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1414) |
| `$changeStream` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1415) |
Expand Down Expand Up @@ -336,13 +336,13 @@ Related [issue](https://github.com/FerretDB/FerretDB/issues/1917).
| `$sample` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1435) |
| `$search` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1436) |
| `$searchMeta` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1436) |
| `$set` | | [Issue](https://github.com/FerretDB/FerretDB/issues/1413) |
| `$set` | ⚠️ | [Issue](https://github.com/FerretDB/FerretDB/issues/1413) |
| `$setWindowFields` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1437) |
| `$skip` | ✅️ | |
| `$sort` | ✅️ | |
| `$sortByCount` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1440) |
| `$unionWith` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1441) |
| `$unset` | | [Issue](https://github.com/FerretDB/FerretDB/issues/1432) |
| `$unset` | ✅️ | |
| `$unwind` | ✅️ | |

### Aggregation pipeline operators
Expand Down Expand Up @@ -492,7 +492,8 @@ Related [issue](https://github.com/FerretDB/FerretDB/issues/1917).
| `$substrCP` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1463) |
| `$subtract` (arithmetic) | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1453) |
| `$subtract` (date) | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1460) |
| `$sum` | ✅️ | |
| `$sum` (accumulator) | ✅️ | |
| `$sum` (operator) | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/2680) |
rumyantseva marked this conversation as resolved.
Show resolved Hide resolved
| `$switch` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1457) |
| `$tan` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1465) |
| `$tanh` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1465) |
Expand Down