From 45e4cd9537f289a98579eef36a2dc3e561cc48fa Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 25 Aug 2020 18:33:39 -0700 Subject: move tests around --- tests/files/GET_search_querystring.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/files/GET_search_querystring.txt (limited to 'tests/files/GET_search_querystring.txt') diff --git a/tests/files/GET_search_querystring.txt b/tests/files/GET_search_querystring.txt deleted file mode 100644 index 1c6e31e..0000000 --- a/tests/files/GET_search_querystring.txt +++ /dev/null @@ -1,14 +0,0 @@ -GET /some-index/_search -{ - "query": { - "query_string": { - "fields": [ - "title", - "content" - ], - "query": "this OR that OR thus", - "type": "cross_fields", - "minimum_should_match": 2 - } - } -} -- cgit v1.2.3