diff --git a/reference/api/settings.mdx b/reference/api/settings.mdx index 7b20e66006..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. 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 immediately interrupts it and returns all computed results. By default, Meilisearch interrupts searches after 1500 milliseconds.