Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
1
-
CET: Nekomata (15 - 21 Nov 22), CET: Ouroboros (22-28 Nov 22), CET: PolloMalo 29 Nov-5 Dec 22, CET: Qilin (6 - 12 Dec 22)
-
(copied to CRM)
Description
In the docs page for $merge, there is a section called "Run $merge in the background": https://www.mongodb.com/docs/atlas/data-federation/supported-unsupported/pipeline/merge/#run--merge-in-the-background
This page has the following syntax:
{
"$merge": {
"atlas":
},
{ "background" : true }}
However, it should say something like this:
db.<collection>.aggregate(
[
],
{ "background" : true })