From 38d3f8143a26c448f9f4898962ceca3d3e877163 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 18 Aug 2020 00:06:02 -0700 Subject: start of test infra --- tests/files/GET_search.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/files/GET_search.txt (limited to 'tests/files/GET_search.txt') diff --git a/tests/files/GET_search.txt b/tests/files/GET_search.txt new file mode 100644 index 0000000..1ed6157 --- /dev/null +++ b/tests/files/GET_search.txt @@ -0,0 +1,10 @@ +GET /_search +{ + "query": { + "match": { + "message": { + "query": "this is a test" + } + } + } +} -- cgit v1.2.3