Skip to content

Commit 1f2ff81

Browse files
committed
AB x fix
1 parent ed8f939 commit 1f2ff81

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

source/atlas-search.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ aggregation stage:
118118
:language: java
119119
:dedent:
120120

121-
Learn more about this helper from the
122-
`searchMeta() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__.
121+
To learn more about this helper method, see the
122+
`searchMeta() <{+core-api+}/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__
123+
API documentation.
123124

124125
.. _java-atlas-search-helpers:
125126

source/includes/mongodb-compatibility-table-java.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
- ✓
101101

102102
* - 3.11 to 3.12
103-
- X [#v3-note]_
103+
- [#v3-note]_
104104
- ⊛
105105
- ⊛
106106
- ⊛
@@ -112,7 +112,7 @@
112112
- ✓
113113

114114
* - 3.8 to 3.10
115-
- X [#v3-note]_
115+
- [#v3-note]_
116116
- ⊛
117117
- ⊛
118118
- ⊛
@@ -123,4 +123,4 @@
123123
- ✓
124124
- ✓
125125

126-
.. [#v3-note] These driver versions are not compatible with MongoDB 8.1 because of an authentication issue. To learn more, see :ref:`java-server-8.1-incompatibility`.
126+
.. [#v3-note] These driver versions are not compatible with MongoDB 8.1 or later because of an authentication issue. To learn more, see :ref:`java-server-8.1-incompatibility`.

0 commit comments

Comments
 (0)