Skip to content

Commit 8b9ea06

Browse files
committed
Use basic paragraphs for Atlas Search notes
1 parent 6cfd63a commit 8b9ea06

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

docs/includes/extracts-note.yaml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,17 @@ content: |
1212
---
1313
ref: note-atlas-search-requirement
1414
content: |
15-
.. note::
16-
17-
This command can only be run on a deployment hosted on
18-
:manual:`MongoDB Atlas </atlas>` and requires an Atlas cluster tier of at
19-
least M10. A
20-
`Local Atlas Deployment <https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-deploy-local/#use-atlas-search-with-a-local-atlas-deployment>`__
21-
can also be used for development.
15+
This command can only be run on a deployment hosted on
16+
:manual:`MongoDB Atlas </atlas>` and requires an Atlas cluster tier of at
17+
least M10. A
18+
`Local Atlas Deployment <https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-deploy-local/#use-atlas-search-with-a-local-atlas-deployment>`__
19+
can also be used for development.
2220
---
2321
ref: note-atlas-search-async
2422
content: |
25-
.. note::
26-
27-
Atlas Search indexes are managed asynchronously. After creating or
28-
updating an index, you can periodically execute
29-
:phpmethod:`MongoDB\\Collection::listSearchIndexes()` and check the
30-
``queryable`` :manual:`output field </reference/operator/aggregation/listSearchIndexes/#output>`
31-
to determine whether it is ready to be used.
23+
Atlas Search indexes are managed asynchronously. After creating or updating an
24+
index, you can periodically execute
25+
:phpmethod:`MongoDB\\Collection::listSearchIndexes()` and check the
26+
``queryable`` :manual:`output field </reference/operator/aggregation/listSearchIndexes/#output>`
27+
to determine whether it is ready to be used.
3228
...

0 commit comments

Comments
 (0)