File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,14 @@ Laravel documentation.
2929The Scout integration for {+odm-long+} provides the following
3030functionality:
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
4852Scout for Atlas Search Tutorial
You can’t perform that action at this time.
0 commit comments