You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This quick start walks you through installing Meilisearch, adding documents, and performing your first search.
12
12
@@ -81,7 +81,7 @@ Meilisearch accepts data in JSON, NDJSON, and CSV formats.
81
81
82
82
Open a new terminal window and run the following command:
83
83
84
-
<CodeSamplesGettingStartedAddDocumentsMd />
84
+
<CodeSamplesGettingStartedAddDocuments />
85
85
86
86
Meilisearch stores data in the form of discrete records, called [documents](/learn/getting_started/documents). Each document is an object composed of multiple fields, which are pairs of one attribute and one value:
87
87
@@ -148,7 +148,7 @@ If `status` is `enqueued` or `processing`, all you have to do is wait a short ti
148
148
149
149
Now that you have Meilisearch set up, you can start searching!
150
150
151
-
<CodeSamplesGettingStartedSearchMd />
151
+
<CodeSamplesGettingStartedSearch />
152
152
153
153
<Note>
154
154
This tutorial queries Meilisearch with the master key. In production environments, this is a security risk. Prefer using API keys to access Meilisearch's API in any public-facing application.
0 commit comments