File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ export class Db {
279
279
}
280
280
281
281
/**
282
- * Execute an aggregation framework pipeline against the database, needs MongoDB \>= 3.6
282
+ * Execute an aggregation framework pipeline against the database.
283
283
*
284
284
* @param pipeline - An array of aggregation stages to be executed
285
285
* @param options - Optional settings for the command
Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ export type ExplainVerbosity = string;
13
13
14
14
/**
15
15
* For backwards compatibility, true is interpreted as "allPlansExecution"
16
- * and false as "queryPlanner". Prior to server version 3.6, aggregate()
17
- * ignores the verbosity parameter and executes in "queryPlanner".
16
+ * and false as "queryPlanner".
18
17
* @public
19
18
*/
20
19
export type ExplainVerbosityLike = ExplainVerbosity | boolean ;
You can’t perform that action at this time.
0 commit comments