Skip to content

Commit 619fe56

Browse files
committed
JT tech review 1
1 parent eac4c21 commit 619fe56

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/scout.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@ Laravel documentation.
2929
The Scout integration for {+odm-long+} provides the following
3030
functionality:
3131

32-
- Provides an abstraction to create search indexes on documents in
33-
MongoDB collections and external search engines. In MongoDB, this feature
34-
allows you to create :atlas:`Atlas Search indexes
35-
</atlas-search/manage-indexes/>`.
32+
- Provides an abstraction to create :atlas:`Atlas Search indexes
33+
</atlas-search/manage-indexes/>` from any MongoDB or SQL model.
34+
35+
.. tip::
36+
37+
We recommend creating Search indexes by using the ``Schema``
38+
builder methods. To learn more, see the :ref:`TODO DOCSP-46230`
39+
section of the Atlas Search guide.
3640

3741
- Allows you to automatically replicate data from MongoDB into a
3842
search engine such as `Meilisearch <https://www.meilisearch.com/>`__
@@ -42,7 +46,7 @@ functionality:
4246
.. note:: Deployment Compatibility
4347

4448
You can use Laravel Scout only when you connect to MongoDB Atlas
45-
clusters. This feature is not available for self-managed or
49+
deployments. This feature is not available for self-managed or
4650
serverless deployments.
4751

4852
Scout for Atlas Search Tutorial

0 commit comments

Comments
 (0)