Reformat wildcard query request (#4920)

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2023-08-28 17:35:35 -04:00 committed by GitHub
parent 63059ce9e2
commit c88019e597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ GET shakespeare/_search
"wildcard": {
"speaker": {
"value": "H*Y",
"case_insensitive": false
"case_insensitive": false
}
}
}