Skip to content

Commit aaa1f42

Browse files
authored
DOCSP 23261- query operator introductions (#1532) (#1591)
* 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 fc9b67a commit aaa1f42

File tree

8 files changed

+19
-0
lines changed

8 files changed

+19
-0
lines changed

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)