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:
420420- :manual:`$type </reference/operator/query/type/>`
421421- :manual:`$regex </reference/operator/query/regex/>`
422422- :manual:`Bitwise operators </reference/operator/query-bitwise/>`
423- - :manual:`$comment </reference/operator/query/comment/>`
424423
425424The following example queries the embedded ``tours`` field of a loaded ``Band``
426425document by using the ``$gte`` comparison operator:
Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ pipeline operators:
8585 * - Operator
8686 - Method Name
8787
88- * - :manual:`$group <reference/operator/aggregation/group/>`
88+ * - :manual:`$group </ reference/operator/aggregation/group/>`
8989 - ``group``
9090
91- * - :manual:`$project <reference/operator/aggregation/project/>`
91+ * - :manual:`$project </ reference/operator/aggregation/project/>`
9292 - ``project``
9393
94- * - :manual:`$unwind <reference/operator/aggregation/unwind/>`
94+ * - :manual:`$unwind </ reference/operator/aggregation/unwind/>`
9595 - ``unwind``
9696
9797To create an aggregation pipeline by using one of the preceding operators, call
@@ -229,4 +229,5 @@ guide, see the following API documentation:
229229
230230- `group <{+api+}/Mongoid/Criteria/Queryable/Aggregable.html#group-instance_method>`__
231231- `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