Skip to content

Commit 6a4b2f8

Browse files
committed
aggregation
1 parent edc9f80 commit 6a4b2f8

File tree

7 files changed

+16
-18
lines changed

7 files changed

+16
-18
lines changed

source/agg-pipeline-builder/export-pipeline-results.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ Steps
5959
Learn More
6060
----------
6161

62-
.. BEGIN-COMPASS-ONLY
63-
6462
- :ref:`export-data-collection`
6563

66-
.. END-COMPASS-ONLY
67-
6864
- :ref:`compass-export-pipeline`

source/agg-pipeline-builder/maxtime-ms-pipeline.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,14 @@ Steps
6161

6262
Learn More
6363
----------
64+
.. BEGIN-COMPASS-ONLY
6465

6566
- :ref:`cli-options`
6667

6768
- :ref:`config-file-options`
6869

6970
- :ref:`compass-interface-settings`
7071

72+
.. END-COMPASS-ONLY
73+
7174
- :ref:`compass-query-bar-max-time-ms`

source/create-agg-pipeline.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,12 @@ collection.
4848

4949
.. note:: Atlas Search Stages
5050

51-
When you connect |compass-short| to a MongoDB deployment hosted on
51+
When you connect to a MongoDB deployment hosted on
5252
`Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_compass>`_,
53-
additional Atlas-only stages
54-
:atlas:`$search </reference/atlas-search/query-syntax/#-search>` and
55-
:atlas:`$searchMeta </reference/atlas-search/query-syntax/#-searchmeta>`
56-
are available in the Aggregation Pipeline Builder. Use these stages
57-
to perform
58-
:atlas:`full-text search</atlas-search/atlas-search-overview>`
53+
Atlas-only stages :atlas:`$search </reference/atlas-search/query-syntax/#-search>`
54+
and :atlas:`$searchMeta </reference/atlas-search/query-syntax/#-searchmeta>`
55+
become available in the Aggregation Pipeline Builder. Use these stages
56+
to perform :atlas:`full-text search</atlas-search/atlas-search-overview>`
5957
on Atlas collections.
6058

6159
Steps

source/includes/steps-create-index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ content: |
9191
9292
- :manual:`Partial Indexes </core/index-partial/>`
9393
94-
* - Wildcard projection (*New in MongoDB 4.2*)
94+
* - Wildcard projection
9595
9696
- Support unknown or arbitrary fields which match the specified
9797
projection in the index. To use a wildcard projection, set

source/indexes.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ information, see :ref:`compass-create-vector-search`.
104104
Create a Wildcard Index
105105
~~~~~~~~~~~~~~~~~~~~~~~
106106

107-
.. versionadded:: v4.2
108-
109107
You can create :manual:`wildcard indexes </core/index-wildcard/>` to
110108
support queries against unknown or arbitrary fields. To create a
111109
wildcard index in |compass-short|, manually type the wildcard index
@@ -170,6 +168,8 @@ Drop an Index
170168

171169
.. include:: /includes/steps/drop-index.rst
172170

171+
.. BEGIN-COMPASS-ONLY
172+
173173
Limitations
174174
-----------
175175

@@ -189,8 +189,6 @@ Limitations
189189
:ref:`Atlas CLI <atlas-cli>`, or the
190190
:ref:`Atlas Administration API <atlas-admin-api>`.
191191

192-
.. BEGIN-COMPASS-ONLY
193-
194192
.. toctree::
195193
:titlesonly:
196194

source/schema.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,9 @@ To increase the value of :guilabel:`MAX TIME MS`:
371371
Once you have increased the value of :guilabel:`MAX TIME MS`, retry your schema
372372
analysis by clicking :guilabel:`Analyze`.
373373

374+
.. BEGIN-COMPASS-ONLY
374375
.. toctree::
375376
:titlesonly:
376377

377378
Export </schema/export>
379+
.. END-COMPASS-ONLY

source/validation.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ specific shape or only allowing a specified range of values in fields.
3232
Validation Rules
3333
----------------
3434

35-
*Updated in version 1.35.1*
36-
3735
The validation editor supports :manual:`JSON Schema validation
3836
</core/schema-validation/#json-schema>`, and validation with query
3937
expressions using :manual:`query operators </reference/operator/query>`.
@@ -195,6 +193,9 @@ Limitations
195193
The :guilabel:`Validation` tab is not available if you are connected to
196194
:atlas:`Atlas Data Federation </data-federation>`.
197195

196+
.. BEGIN-COMPASS-ONLY
197+
198198
In :guilabel:`MongoDB Compass Readonly Edition`, you can
199199
only view validation rules. Creating and editing validation rules
200200
is not permitted.
201+
.. END-COMPASS-ONLY

0 commit comments

Comments
 (0)