Skip to content

Commit 0e452bf

Browse files
authored
DOCSP-26395 Fixes split delimiter (#2801) (#2822)
* DOCSP-26395 Fixes split delimiter * Fixes text * Fixes text
1 parent 614123b commit 0e452bf

File tree

1 file changed

+1
-1
lines changed
  • source/reference/operator/aggregation

1 file changed

+1
-1
lines changed

source/reference/operator/aggregation/split.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ descending order. It has five pipeline stages:
162162
- The :pipeline:`$project` stage produces documents with two fields,
163163
``qty`` (integer) and ``city_state`` (array). The ``$split``
164164
operator creates an array of strings by splitting the ``city``
165-
field, using a space (``" "``) as a delimiter.
165+
field, using a comma followed by a space (``", "``) as a delimiter.
166166

167167
- The :pipeline:`$unwind` stage creates a separate record for each
168168
element in the ``city_state`` field.

0 commit comments

Comments
 (0)