Skip to content

Commit b3aef89

Browse files
committed
MM review
1 parent 5983c9b commit b3aef89

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed

source/aggregation.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,10 @@ plan:
197197
Run an Atlas Full-Text Search
198198
-----------------------------
199199

200-
.. tip:: Only Available on Atlas for MongoDB v6.0 and later
200+
.. tip:: Only Available for Collections with an Atlas Search Index
201201

202-
This aggregation pipeline operator is only available for collections hosted
203-
on :atlas:`MongoDB Atlas </>` clusters running v6.0 or later that are
204-
covered by an :atlas:`Atlas Search index </reference/atlas-search/index-definitions/>`.
202+
This aggregation pipeline operator is only available for collections
203+
with an :atlas:`Atlas Search index </reference/atlas-search/index-definitions/>`.
205204

206205
To specify a full-text search of one or more fields, you can create
207206
a ``$search`` pipeline stage. The {+driver-short+} provides the

source/connect/stable-api.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ Stable API
1717
.. meta::
1818
:keywords: compatible, backwards, upgrade
1919

20-
.. note::
21-
22-
The Stable API feature requires {+mdb-server+} 6.0 or later.
23-
2420
Overview
2521
--------
2622

source/databases-collections/time-series.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ series data:
5151
Create a Time Series Collection
5252
-------------------------------
5353

54-
.. important:: Server Version for Time Series Collections
55-
56-
To create and interact with time series collections, you must be
57-
connected to a deployment running {+mdb-server+} 6.0 or later.
58-
5954
You can create a time series collection to store time series data.
6055
To create a time series collection, pass the following parameters to the
6156
``createCollection()`` method:

source/security/auth.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ users with passwords.
6868
SCRAM-SHA-256
6969
~~~~~~~~~~~~~
7070

71-
Using this mechanism requires MongoDB 4.0 or later and
72-
``featureCompatibilityVersion`` to be set to 4.0 or a later version.
71+
Using this mechanism requires ``featureCompatibilityVersion`` to be set to 4.0
72+
or a later version.
7373

7474
To explicitly create a credential of type ``SCRAM-SHA-256``, use
7575
the ``createScramSha256Credential()`` method:

0 commit comments

Comments
 (0)