From 2babac80c1027c84f96a65da6066f659ebda4f48 Mon Sep 17 00:00:00 2001 From: gui machiavelli Date: Tue, 30 Sep 2025 15:58:50 +0200 Subject: [PATCH 1/2] clarify search cutoff behaviour --- reference/api/settings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/api/settings.mdx b/reference/api/settings.mdx index 7b20e66006..fa3ce3a42f 100644 --- a/reference/api/settings.mdx +++ b/reference/api/settings.mdx @@ -1727,7 +1727,7 @@ You can use this `taskUid` to get more details on [the status of the task](/refe ## Search cutoff -Configure the maximum duration of a search query. Meilisearch will interrupt any search taking longer than the cutoff value. +Configure the maximum duration of a search query. If a search operation reaches the cutoff, Meilisearch immediatelly interrupts it and returns all computed results. By default, Meilisearch interrupts searches after 1500 milliseconds. From 105ad31f18b69fa7f4725b2e30e1e16e2f26e422 Mon Sep 17 00:00:00 2001 From: gui machiavelli Date: Tue, 30 Sep 2025 15:59:32 +0200 Subject: [PATCH 2/2] =?UTF-8?q?fix=20typo=20=F0=9F=98=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/api/settings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/api/settings.mdx b/reference/api/settings.mdx index fa3ce3a42f..0f1654c91c 100644 --- a/reference/api/settings.mdx +++ b/reference/api/settings.mdx @@ -1727,7 +1727,7 @@ You can use this `taskUid` to get more details on [the status of the task](/refe ## Search cutoff -Configure the maximum duration of a search query. If a search operation reaches the cutoff, Meilisearch immediatelly interrupts it and returns all computed results. +Configure the maximum duration of a search query. If a search operation reaches the cutoff, Meilisearch immediately interrupts it and returns all computed results. By default, Meilisearch interrupts searches after 1500 milliseconds.