diff options
Diffstat (limited to 'tests/files/GET_search_wildcard.txt')
-rw-r--r-- | tests/files/GET_search_wildcard.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/files/GET_search_wildcard.txt b/tests/files/GET_search_wildcard.txt new file mode 100644 index 0000000..6eb199d --- /dev/null +++ b/tests/files/GET_search_wildcard.txt @@ -0,0 +1,12 @@ +GET /some-index/_search +{ + "query": { + "wildcard": { + "user.id": { + "value": "ki*y", + "boost": 1.0, + "rewrite": "constant_score" + } + } + } +} |