We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2c903 commit c569e14Copy full SHA for c569e14
source/reference/operator/aggregation/split.txt
@@ -160,7 +160,7 @@ descending order. It has five pipeline stages:
160
- The :pipeline:`$project` stage produces documents with two fields,
161
``qty`` (integer) and ``city_state`` (array). The ``$split``
162
operator creates an array of strings by splitting the ``city``
163
- field, using a space (``" "``) as a delimiter.
+ field, using a comma followed by a space (``", "``) as a delimiter.
164
165
- The :pipeline:`$unwind` stage creates a separate record for each
166
element in the ``city_state`` field.
0 commit comments