Skip to content

Commit

Permalink
Remove some closed issues from documentation (#4172)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Mar 13, 2024
1 parent 9993f43 commit c89b88e
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions website/docs/reference/supported-commands.md
Expand Up @@ -109,7 +109,7 @@ The following operators and modifiers are available in the `update` and `findAnd
| `$[<identifier>]` | | ⚠️ | [Issue](https://github.com/FerretDB/FerretDB/issues/824) |
| `$addToSet` | | ✅️ | |
| `$pop` | || |
| `$pull` | | ⚠️ | [Issue](https://github.com/FerretDB/FerretDB/issues/826) |
| `$pull` | | | |
| `$push` | | ✅️ | |
| `$pullAll` | | ✅️ | |
| | `$each` | ✅️ | |
Expand All @@ -131,8 +131,6 @@ The following operators are available in the `find` command `projection` argumen

## Query Plan Cache Commands

Related [issue](https://github.com/FerretDB/FerretDB/issues/78).

| Command | Argument | Status | Comments |
| ----------------------- | ------------ | ------ | --------------------------------------------------------- |
| `planCacheClear` | || [Issue](https://github.com/FerretDB/FerretDB/issues/1502) |
Expand Down Expand Up @@ -194,16 +192,16 @@ Related [issue](https://github.com/FerretDB/FerretDB/issues/78).
| | `roles` | ⚠️ | |
| | `writeConcern` | ⚠️ | |
| | `comment` | ⚠️ | |
| `updateUser` | | | [Issue](https://github.com/FerretDB/FerretDB/issues/1496) |
| | `pwd` | ⚠️ | |
| | `customData` | ⚠️ | |
| | `roles` | ⚠️ | |
| | `digestPassword` | ⚠️ | |
| | `writeConcern` | ⚠️ | |
| | `authenticationRestrictions` | ⚠️ | |
| | `mechanisms` | ⚠️ | |
| | `digestPassword` | ⚠️ | |
| | `comment` | ⚠️ | |
| `updateUser` | | | |
| | `pwd` | | |
| | `customData` | | |
| | `roles` | | |
| | `digestPassword` | | |
| | `writeConcern` | | |
| | `authenticationRestrictions` | | |
| | `mechanisms` | | |
| | `digestPassword` | | |
| | `comment` | | |
| `usersInfo` | || |
| | `showCredentials` || |
| | `showCustomData` | ⚠️ | |
Expand Down Expand Up @@ -499,7 +497,7 @@ Related [issue](https://github.com/FerretDB/FerretDB/issues/1917).
| `$subtract` (arithmetic) || [Issue](https://github.com/FerretDB/FerretDB/issues/1453) |
| `$subtract` (date) || [Issue](https://github.com/FerretDB/FerretDB/issues/1460) |
| `$sum` (accumulator) | ✅️ | |
| `$sum` (operator) | | [Issue](https://github.com/FerretDB/FerretDB/issues/2680) |
| `$sum` (operator) | ✅️ | |
| `$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 Expand Up @@ -642,7 +640,7 @@ Related [issue](https://github.com/FerretDB/FerretDB/issues/1917).
| | `comment` | | ⚠️ | |
| `listCollections` | | || |
| | `filter` | || |
| | `nameOnly` | | ⚠️ | [Issue](https://github.com/FerretDB/FerretDB/issues/3624) |
| | `nameOnly` | | | |
| | `authorizedCollections` | | ⚠️ | [Issue](https://github.com/FerretDB/FerretDB/issues/3770) |
| | `comment` | | ⚠️ | |
| `listDatabases` | | || |
Expand Down

0 comments on commit c89b88e

Please sign in to comment.