File tree Expand file tree Collapse file tree 4 files changed +5
-15
lines changed Expand file tree Collapse file tree 4 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -197,11 +197,10 @@ plan:
197
197
Run an Atlas Full-Text Search
198
198
-----------------------------
199
199
200
- .. tip:: Only Available on Atlas for MongoDB v6.0 and later
200
+ .. tip:: Only Available for Collections with an Atlas Search Index
201
201
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/>`.
205
204
206
205
To specify a full-text search of one or more fields, you can create
207
206
a ``$search`` pipeline stage. The {+driver-short+} provides the
Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ Stable API
17
17
.. meta::
18
18
:keywords: compatible, backwards, upgrade
19
19
20
- .. note::
21
-
22
- The Stable API feature requires {+mdb-server+} 6.0 or later.
23
-
24
20
Overview
25
21
--------
26
22
Original file line number Diff line number Diff line change @@ -51,11 +51,6 @@ series data:
51
51
Create a Time Series Collection
52
52
-------------------------------
53
53
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
-
59
54
You can create a time series collection to store time series data.
60
55
To create a time series collection, pass the following parameters to the
61
56
``createCollection()`` method:
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ users with passwords.
68
68
SCRAM-SHA-256
69
69
~~~~~~~~~~~~~
70
70
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.
73
73
74
74
To explicitly create a credential of type ``SCRAM-SHA-256``, use
75
75
the ``createScramSha256Credential()`` method:
You can’t perform that action at this time.
0 commit comments