Skip to content

Commit 3432c9c

Browse files
DOCSP-35713- Remove group from QE supported aggregation stages (#5920) (#6085)
* remove group from QE supported agg stages * add taxonomy * add group back to list * remove ref to deleted section * clarify group on unencrypted fields (cherry picked from commit 8d63816)
1 parent 506cd4a commit 3432c9c

File tree

2 files changed

+9
-23
lines changed

2 files changed

+9
-23
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ primer/source/includes/table-linux-kernel-version-production.yaml
8585
venv
8686
.vscode
8787
changelogs/.mongodb-jira.yaml
88+
source/includes/qe-tutorials/csharp/obj/

source/core/queryable-encryption/reference/supported-operations.txt

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@
44
Supported Operations for {+qe+}
55
=============================================
66

7-
.. default-domain:: mongodb
8-
97
.. contents:: On this page
108
:local:
119
:backlinks: none
1210
:depth: 2
1311
:class: singlecol
1412

13+
.. facet::
14+
:name: genre
15+
:values: reference
16+
17+
.. meta::
18+
:keywords: QE, read operations, write operations
19+
1520
This page documents the specific commands, query operators, update
1621
operators, aggregation stages, and aggregation expressions supported by
1722
MongoDB version 6.0 or later compatible drivers configured for automatic encryption.
@@ -228,8 +233,7 @@ aggregation pipeline stages:
228233
- :pipeline:`$collStats`
229234
- :pipeline:`$count`
230235
- :pipeline:`$geoNear`
231-
- :pipeline:`$group` (For usage requirements, see
232-
:ref:`qe-group-behavior`)
236+
- :pipeline:`$group` on unencrypted fields
233237
- :pipeline:`$indexStats`
234238
- :pipeline:`$limit`
235239
- :pipeline:`$lookup` and :pipeline:`$graphLookup` (For usage
@@ -256,25 +260,6 @@ Each supported stage must specify only supported
256260
:ref:`aggregation expressions
257261
<qe-supported-aggregation-expressions>`.
258262

259-
.. _qe-group-behavior:
260-
261-
``$group`` Behavior
262-
~~~~~~~~~~~~~~~~~~~
263-
264-
:pipeline:`$group` has the following behaviors specific to {+qe+}.
265-
266-
``$group`` supports:
267-
268-
- Grouping on encrypted fields.
269-
- Using :group:`$addToSet` and :group:`$push` accumulators on encrypted
270-
fields.
271-
272-
``$group`` does not support:
273-
274-
- Matching on the array returned by :group:`$addToSet` and :group:`$push`
275-
accumulators.
276-
- Arithmetic accumulators on encrypted fields.
277-
278263
.. _qe-csfle-lookup-graphLookup-behavior:
279264

280265
``$lookup`` and ``$graphLookup`` Behavior

0 commit comments

Comments
 (0)