Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion source/data-modeling/associations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ The following query operators are supported with embedded matching:
- :manual:`$type </reference/operator/query/type/>`
- :manual:`$regex </reference/operator/query/regex/>`
- :manual:`Bitwise operators </reference/operator/query-bitwise/>`
- :manual:`$comment </reference/operator/query/comment/>`

The following example queries the embedded ``tours`` field of a loaded ``Band``
document by using the ``$gte`` comparison operator:
Expand Down
9 changes: 5 additions & 4 deletions source/interact-data/aggregation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ pipeline operators:
* - Operator
- Method Name

* - :manual:`$group <reference/operator/aggregation/group/>`
* - :manual:`$group </reference/operator/aggregation/group/>`
- ``group``

* - :manual:`$project <reference/operator/aggregation/project/>`
* - :manual:`$project </reference/operator/aggregation/project/>`
- ``project``

* - :manual:`$unwind <reference/operator/aggregation/unwind/>`
* - :manual:`$unwind </reference/operator/aggregation/unwind/>`
- ``unwind``

To create an aggregation pipeline by using one of the preceding operators, call
Expand Down Expand Up @@ -229,4 +229,5 @@ guide, see the following API documentation:

- `group <{+api+}/Mongoid/Criteria/Queryable/Aggregable.html#group-instance_method>`__
- `project <{+api+}/Mongoid/Criteria/Queryable/Aggregable.html#project-instance_method>`__
- `unwind <{+api+}/Mongoid/Criteria/Queryable/Aggregable.html#unwind-instance_method>`__
- `unwind
<{+api+}/Mongoid/Criteria/Queryable/Aggregable.html#unwind-instance_method>`__
Loading