Skip to content

Commit fbf203e

Browse files
committed
link to atlas doc
1 parent 7c988f0 commit fbf203e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/scout.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Overview
2121
--------
2222

2323
In this guide, you can learn how to use the Laravel Scout feature in
24-
your {+odm-long+} application. Scout allows you to implement full-text
24+
your {+odm-long+} application. Scout enables you to implement full-text
2525
search on your Eloquent models. To learn more, see `Laravel Scout
2626
<https://laravel.com/docs/{+laravel-docs-version+}/scout>`__ in the
2727
Laravel documentation.
@@ -40,7 +40,7 @@ functionality:
4040
indexes, see the :ref:`laravel-as-index` section of the Atlas
4141
Search guide.
4242

43-
- Allows you to automatically replicate data from MongoDB into a
43+
- Enables you to automatically replicate data from MongoDB into a
4444
search engine such as `Meilisearch <https://www.meilisearch.com/>`__
4545
or `Algolia <https://www.algolia.com/>`__. You can use a MongoDB Eloquent
4646
model as the source to import and index. To learn more about indexing
@@ -97,7 +97,7 @@ documents for MongoDB Atlas Search from Eloquent models (MongoDB or SQL).
9797
protected $connection = 'mongodb';
9898
}
9999

100-
The ``Searchable`` trait also allows you to reformat documents,
100+
You can also use the ``Searchable`` trait to reformat documents,
101101
embed related documents, or transform document values. To learn
102102
more, see the `Configuring Searchable Data
103103
<https://laravel.com/docs/{+laravel-docs-version+}/scout#configuring-searchable-data>`__
@@ -203,6 +203,11 @@ documents for MongoDB Atlas Search from Eloquent models (MongoDB or SQL).
203203
]
204204
], ...
205205

206+
To learn more about defining Atlas Search index definitions, see the
207+
:atlas:`Define Field Mappings
208+
</atlas-search/define-field-mappings/>` guide in the Atlas
209+
documentation.
210+
206211
.. note::
207212

208213
MongoDB can take up to a minute to create and finalize

0 commit comments

Comments
 (0)