File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,6 @@ The following query operators are supported with embedded matching:
420
420
- :manual:`$type </reference/operator/query/type/>`
421
421
- :manual:`$regex </reference/operator/query/regex/>`
422
422
- :manual:`Bitwise operators </reference/operator/query-bitwise/>`
423
- - :manual:`$comment </reference/operator/query/comment/>`
424
423
425
424
The following example queries the embedded ``tours`` field of a loaded ``Band``
426
425
document by using the ``$gte`` comparison operator:
Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ pipeline operators:
85
85
* - Operator
86
86
- Method Name
87
87
88
- * - :manual:`$group <reference/operator/aggregation/group/>`
88
+ * - :manual:`$group </ reference/operator/aggregation/group/>`
89
89
- ``group``
90
90
91
- * - :manual:`$project <reference/operator/aggregation/project/>`
91
+ * - :manual:`$project </ reference/operator/aggregation/project/>`
92
92
- ``project``
93
93
94
- * - :manual:`$unwind <reference/operator/aggregation/unwind/>`
94
+ * - :manual:`$unwind </ reference/operator/aggregation/unwind/>`
95
95
- ``unwind``
96
96
97
97
To create an aggregation pipeline by using one of the preceding operators, call
@@ -229,4 +229,5 @@ guide, see the following API documentation:
229
229
230
230
- `group <{+api+}/Mongoid/Criteria/Queryable/Aggregable.html#group-instance_method>`__
231
231
- `project <{+api+}/Mongoid/Criteria/Queryable/Aggregable.html#project-instance_method>`__
232
- - `unwind <{+api+}/Mongoid/Criteria/Queryable/Aggregable.html#unwind-instance_method>`__
232
+ - `unwind
233
+ <{+api+}/Mongoid/Criteria/Queryable/Aggregable.html#unwind-instance_method>`__
You can’t perform that action at this time.
0 commit comments