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 91accf3 commit 7c8846fCopy full SHA for 7c8846f
source/reference/operator/aggregation/split.txt
@@ -162,7 +162,7 @@ descending order. It has five pipeline stages:
162
- The :pipeline:`$project` stage produces documents with two fields,
163
``qty`` (integer) and ``city_state`` (array). The ``$split``
164
operator creates an array of strings by splitting the ``city``
165
- field, using a space (``" "``) as a delimiter.
+ field, using a comma followed by a space (``", "``) as a delimiter.
166
167
- The :pipeline:`$unwind` stage creates a separate record for each
168
element in the ``city_state`` field.
0 commit comments