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.
29
29
The Scout integration for {+odm-long+} provides the following
30
30
functionality:
31
31
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.
36
40
37
41
- Allows you to automatically replicate data from MongoDB into a
38
42
search engine such as `Meilisearch <https://www.meilisearch.com/>`__
@@ -42,7 +46,7 @@ functionality:
42
46
.. note:: Deployment Compatibility
43
47
44
48
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
46
50
serverless deployments.
47
51
48
52
Scout for Atlas Search Tutorial
You can’t perform that action at this time.
0 commit comments