@@ -21,7 +21,7 @@ Overview
2121--------
2222
2323In 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
2525search on your Eloquent models. To learn more, see `Laravel Scout
2626<https://laravel.com/docs/{+laravel-docs-version+}/scout>`__ in the
2727Laravel 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