From ad679b8910bba7698e68f7c5cd75aa5e03ecafbc Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:56:34 -0400 Subject: [PATCH] Update breaking-changes.md --- _about/breaking-changes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_about/breaking-changes.md b/_about/breaking-changes.md index 6fb5660f78..08d00beade 100644 --- a/_about/breaking-changes.md +++ b/_about/breaking-changes.md @@ -5,6 +5,7 @@ nav_order: 5 permalink: /breaking-changes/ --- + ## 1.x ### Migrating to OpenSearch and limits on the number of nested JSON objects @@ -41,4 +42,4 @@ A Lucene upgrade forced OpenSearch to drop support for JDK 8. As a consequence, ### Wildcard query behavior for text fields -OpenSearch 2.5 contains a bug fix to correct the behavior of the `case_insensitive` parameter for the `wildcard` query on text fields. As a result, a wildcard query on text fields that ignored case sensitivity and erroneously returned results prior to the bug fix will not return the same results. For more information, see issue [#8711](https://github.com/opensearch-project/OpenSearch/issues/8711). \ No newline at end of file +OpenSearch 2.5 contains a bug fix to correct the behavior of the `case_insensitive` parameter for the `wildcard` query on text fields. As a result, a wildcard query on text fields that ignored case sensitivity and erroneously returned results prior to the bug fix will not return the same results. For more information, see issue [#8711](https://github.com/opensearch-project/OpenSearch/issues/8711).