Skip to content

Commit bed5e63

Browse files
committed
AM feedback
1 parent 7e63857 commit bed5e63

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/integrations.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ This page describes the following third-party integrations:
3434

3535
.. important::
3636

37-
The integrations on this page are not official MongoDB partners.
37+
The integrations on this page are not developed by official MongoDB
38+
partners.
3839

3940
.. _spring-framework:
4041

@@ -60,11 +61,12 @@ You can use Spring Data MongoDB's template API to perform the following actions:
6061

6162
- Run CRUD operations on MongoDB data
6263
- Map domain objects to MongoDB documents using the MongoDB converter
63-
- Access MongoDB's GridFS filesystem using the GridFS template
64+
- Perform Atlas Search queries using the ``$search`` aggregation pipeline stage
65+
- Enable Client-Side Field Level Encryption (CSFLE) to encrypt application data
6466

6567
For instructions on using Spring Data MongoDB to build an application and interact with MongoDB, see the
66-
`Accessing Data with MongoDB <https://spring.io/guides/gs/accessing-data-mongodb>`__ guide in
67-
the Spring documentation.
68+
`Getting Started <https://docs.spring.io/spring-data/mongodb/reference/mongodb/getting-started.html>`__ page
69+
in the Spring reference documentation.
6870

6971
.. tip::
7072

0 commit comments

Comments
 (0)