-
Notifications
You must be signed in to change notification settings - Fork 1.4k
DOCSP-46479: document Scout integration #3261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
bd5b0c2
DOCSP-46479: document Scout integration
rustagir 239b02a
NR PR fixes 1
rustagir ccaac91
fix spacing
rustagir 0ee85b1
fix spacing
rustagir 5edb13d
fix spacing
rustagir e7b0fe3
fix spacing
rustagir 45a7e79
NR PR fixes 2
rustagir 33a0275
JT tech comment
rustagir eac4c21
fix spacing
rustagir 619fe56
JT tech review 1
rustagir bf82dd7
Merge branch '5.x' of github.com:mongodb/laravel-mongodb into DOCSP-4...
rustagir e02220a
JT tech review 1
rustagir 7c988f0
custom index
rustagir fbf203e
link to atlas doc
rustagir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
JT tech review 1
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,10 +29,14 @@ Laravel documentation. | |
| The Scout integration for {+odm-long+} provides the following | ||
| functionality: | ||
|
|
||
| - Provides an abstraction to create search indexes on documents in | ||
| MongoDB collections and external search engines. In MongoDB, this feature | ||
| allows you to create :atlas:`Atlas Search indexes | ||
| </atlas-search/manage-indexes/>`. | ||
| - Provides an abstraction to create :atlas:`Atlas Search indexes | ||
| </atlas-search/manage-indexes/>` from any MongoDB or SQL model. | ||
|
|
||
| .. tip:: | ||
|
|
||
| We recommend creating Search indexes by using the ``Schema`` | ||
| builder methods. To learn more, see the :ref:`TODO DOCSP-46230` | ||
| section of the Atlas Search guide. | ||
GromNaN marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| - Allows you to automatically replicate data from MongoDB into a | ||
|
||
| search engine such as `Meilisearch <https://www.meilisearch.com/>`__ | ||
|
|
@@ -42,7 +46,7 @@ functionality: | |
| .. note:: Deployment Compatibility | ||
|
|
||
| You can use Laravel Scout only when you connect to MongoDB Atlas | ||
| clusters. This feature is not available for self-managed or | ||
| deployments. This feature is not available for self-managed or | ||
| serverless deployments. | ||
GromNaN marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
rustagir marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| Scout for Atlas Search Tutorial | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.