File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ Aggregation Pipeline Builder
14
14
15
15
*New in version 1.14.0*
16
16
17
- Create :manual:`aggregation pipelines </core/aggregation-pipeline/>` to
17
+ The Aggregation Pipeline Builder in |compass| provides the ability to
18
+ create :manual:`aggregation pipelines </core/aggregation-pipeline/>` to
18
19
process data. In aggregation pipelines, documents in a collection
19
20
or view pass through stages where |compass| processes them into a
20
21
set of aggregated results. You can change the stages and results to
@@ -182,9 +183,9 @@ Create a View from Pipeline Results
182
183
Creating a view from pipeline results does not save the pipeline
183
184
itself.
184
185
185
- To create a view from your pipeline results:
186
+ To create a view from your pipeline results:
186
187
187
- .. include:: /includes/fact-create-view-from-pipeline.rst
188
+ .. include:: /includes/fact-create-view-from-pipeline.rst
188
189
189
190
Example
190
191
-------
You can’t perform that action at this time.
0 commit comments