From c88019e59795c79a9bb8872b6f09d33745b9c802 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:35:35 -0400 Subject: [PATCH] Reformat wildcard query request (#4920) Signed-off-by: Fanit Kolchina --- _query-dsl/term/wildcard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_query-dsl/term/wildcard.md b/_query-dsl/term/wildcard.md index 51fe18e9..04938f4b 100644 --- a/_query-dsl/term/wildcard.md +++ b/_query-dsl/term/wildcard.md @@ -25,7 +25,7 @@ GET shakespeare/_search "wildcard": { "speaker": { "value": "H*Y", - "case_insensitive": false + "case_insensitive": false } } }