Skip to content

Commit c569e14

Browse files
authored
DOCSP-26395 Fixes split delimiter (#2801) (#2825)
* DOCSP-26395 Fixes split delimiter * Fixes text * Fixes text
1 parent 9b2c903 commit c569e14

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
@@ -160,7 +160,7 @@ descending order. It has five pipeline stages:
160160
- The :pipeline:`$project` stage produces documents with two fields,
161161
``qty`` (integer) and ``city_state`` (array). The ``$split``
162162
operator creates an array of strings by splitting the ``city``
163-
field, using a space (``" "``) as a delimiter.
163+
field, using a comma followed by a space (``", "``) as a delimiter.
164164

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

0 commit comments

Comments
 (0)