Skip to content

Commit a1328d4

Browse files
authored
DOCSP 23261- query operator introductions (#1532)
* DOCSP-23261 query operator intros * DOCSP-23261 query operator intros * DOCSP-23261 Jason copy review edits * DOCSP-23261 redirecting to projection page * DOCSP-23261 adding projection landing page
1 parent a6fca7f commit a1328d4

File tree

9 files changed

+20
-1
lines changed

9 files changed

+20
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ toc_landing_pages = [
148148
"/reference/operator/query-logical",
149149
"/reference/operator/query-miscellaneous",
150150
"/reference/operator/query-modifiers",
151-
"/reference/operator/query-projection",
151+
"/reference/operator/projection",
152152
"/reference/operator/query",
153153
"/reference/operator/update-array",
154154
"/reference/operator/update-bitwise",

source/reference/operator/projection.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Projection Operators
33
====================
44

5+
Projection operators specify the fields returned by an operation.
6+
57
.. default-domain:: mongodb
68

79
.. contents:: On this page

source/reference/operator/query-array.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Array Query Operators
33
=====================
44

5+
Array operators return data based on array conditions.
6+
57
.. default-domain:: mongodb
68

79
.. contents:: On this page

source/reference/operator/query-bitwise.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bitwise Query Operators
33
=======================
44

5+
Bitwise operators return data based on bit position conditions.
6+
57
.. default-domain:: mongodb
68

79
.. contents:: On this page

source/reference/operator/query-comparison.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Comparison Query Operators
55
==========================
66

7+
Comparison operators return data based on value comparisons.
8+
79
.. default-domain:: mongodb
810

911
.. contents:: On this page

source/reference/operator/query-element.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Element Query Operators
33
=======================
44

5+
Element operators return data based on field existence or data types.
6+
57
.. default-domain:: mongodb
68

79
.. contents:: On this page

source/reference/operator/query-evaluation.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Evaluation Query Operators
33
==========================
44

5+
Evaluation operators return data based on evaluations of either
6+
individual fields or the entire collection's documents.
7+
58
.. default-domain:: mongodb
69

710
.. contents:: On this page

source/reference/operator/query-geospatial.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Geospatial Query Operators
33
==========================
44

5+
Geospatial operators return data based on geospatial expression
6+
conditions.
7+
58
.. default-domain:: mongodb
69

710
.. contents:: On this page

source/reference/operator/query-logical.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Logical Query Operators
33
=======================
44

5+
Logical operators return data based on expressions that evaluate to
6+
true or false.
7+
58
.. default-domain:: mongodb
69

710
.. contents:: On this page

0 commit comments

Comments
 (0)