From 377c0b2414a1b9682a462c599ae8d61fc42d6c0b Mon Sep 17 00:00:00 2001 From: Tommy <68053732+dichotommy@users.noreply.github.com> Date: Thu, 25 Aug 2022 06:08:32 -0400 Subject: [PATCH] Update indexes.md updating settings also triggers implicit index creation --- learn/core_concepts/indexes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn/core_concepts/indexes.md b/learn/core_concepts/indexes.md index ff6459e870..5d1d63f5c9 100644 --- a/learn/core_concepts/indexes.md +++ b/learn/core_concepts/indexes.md @@ -18,7 +18,7 @@ One index's settings do not impact other indexes. For example, you could use a d ## Index creation -Meilisearch automatically creates an index the first time you add a document. You can also create one manually using the [create index endpoint](/reference/api/indexes.md#create-an-index). +If you try to add documents or settings to an index that does not already exist, Meilisearch will automatically create it for you. You can also create indexes manually using the [create index endpoint](/reference/api/indexes.md#create-an-index). ## Index UID