Skip to content

Commit 4ba7513

Browse files
sarah-olson-mongodbSarah Olson
andauthored
DOCS-14310: Add output order disclaimer. (#495) (#561)
* DOCS-14310: Add output order disclaimer. * DOCS-14310: Update to include PR review edits Co-authored-by: Sarah Olson <sarah.olson@Sarahs-MacBook-Pro.local> Co-authored-by: Sarah Olson <sarah.olson@Sarahs-MacBook-Pro.local>
1 parent ac54e2f commit 4ba7513

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/reference/operator/aggregation/unionWith.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ Definition
1717

1818
.. versionadded:: 4.4
1919

20-
Performs a union of two collections; i.e.
21-
:pipeline:`$unionWith` combines pipeline results from two
22-
collections into a single result set. The stage outputs the combined
23-
result set (including duplicates) to the next stage.
20+
Performs a union of two collections. :pipeline:`$unionWith` combines
21+
pipeline results from two collections into a single result set. The stage
22+
outputs the combined result set (including duplicates) to the next stage.
23+
24+
The order in which the combined result set documents are output is
25+
unspecified.
26+
27+
2428

2529
Syntax
2630
------

0 commit comments

Comments
 (0)