diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-26 17:51:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-26 17:51:42 -0700 |
commit | c848647acf7aa967da4f2b9ec89843f208fb4e24 (patch) | |
tree | a3c2d2db16ced1113a5778118a2e90047458087f /tests/files/search_fail/PUT_search.txt | |
parent | 837e726d279c0b82418d0bd465657e0ea8de2b15 (diff) | |
download | es-public-proxy-c848647acf7aa967da4f2b9ec89843f208fb4e24.tar.gz es-public-proxy-c848647acf7aa967da4f2b9ec89843f208fb4e24.zip |
more tests
Diffstat (limited to 'tests/files/search_fail/PUT_search.txt')
-rw-r--r-- | tests/files/search_fail/PUT_search.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/files/search_fail/PUT_search.txt b/tests/files/search_fail/PUT_search.txt new file mode 100644 index 0000000..f512a95 --- /dev/null +++ b/tests/files/search_fail/PUT_search.txt @@ -0,0 +1,8 @@ +PUT /some-index/_search +{ + "query": { + "exists": { + "field": "user" + } + } +} |