From b5eefbfc6f09e2a62cbc757cd682d4ad45e0f127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 3 Oct 2024 12:36:48 +0300 Subject: [PATCH] Fix typo --- docs/reference/release-notes/8.15.0.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/release-notes/8.15.0.asciidoc b/docs/reference/release-notes/8.15.0.asciidoc index a6ddff5399346..ca7500d4d4e76 100644 --- a/docs/reference/release-notes/8.15.0.asciidoc +++ b/docs/reference/release-notes/8.15.0.asciidoc @@ -49,7 +49,7 @@ partial failures in the search APIs. The result is that for the affected documen There is no workaround and the only option to is to upgrade to 8.15.2 when released. + If you use synthetic source then you may be affected by this bug if the following is true: -** If you have more fields then the `index.mapping.total_fields.limit` setting allows. +** If you have more fields than the `index.mapping.total_fields.limit` setting allows. ** If you use dynamic mappings and the `index.mapping.total_fields.ignore_dynamic_beyond_limit` setting is enabled. [[breaking-8.15.0]]