File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ includes the following line in the ``require`` object:
75
75
Create Aggregation Stages
76
76
-------------------------
77
77
78
- To start an aggregation stage , call the ``Model::aggregate()`` method.
79
- Then, chain an aggregation stage method and specify the necessary
78
+ To start an aggregation pipeline , call the ``Model::aggregate()`` method.
79
+ Then, chain aggregation stage methods and specify the necessary
80
80
parameters for the stage. For example, you can call the ``sort()``
81
81
operator method to build a ``$sort`` stage.
82
82
@@ -90,10 +90,11 @@ to build aggregation stages:
90
90
91
91
.. tip::
92
92
93
- To learn more about builder classes, see the `mongodb/mongodb-php-builder <https://github.com/mongodb/mongo-php-builder/>`__
93
+ To learn more about builder classes, see the
94
+ :github:`mongodb/mongodb-php-builder <mongodb/mongo-php-builder>`
94
95
GitHub repository.
95
96
96
- This section features the following examples, which show how to use common
97
+ This section features the following examples that show how to use common
97
98
aggregation stages:
98
99
99
100
- :ref:`laravel-aggregation-match-stage-example`
You can’t perform that action at this time.
0 commit comments