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_simplequerystring.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tests/files/GET_search_simplequerystring.txt (limited to 'tests/files/GET_search_simplequerystring.txt') diff --git a/tests/files/GET_search_simplequerystring.txt b/tests/files/GET_search_simplequerystring.txt deleted file mode 100644 index 2ae5507..0000000 --- a/tests/files/GET_search_simplequerystring.txt +++ /dev/null @@ -1,10 +0,0 @@ -GET /some-index/_search -{ - "query": { - "simple_query_string" : { - "query": "\"fried eggs\" +(eggplant | potato) -frittata", - "fields": ["title^5", "body"], - "default_operator": "and" - } - } -} -- cgit v1.2.3