From 326afc13ec3cdaf82a0c824f33504d50f0ffa140 Mon Sep 17 00:00:00 2001 From: jfsanin Date: Mon, 2 Apr 2018 17:27:58 -0500 Subject: [PATCH] Change the word '_all' by all As far as I understand '_all' is a field in every document, and here does not make sense --- 054_Query_DSL/55_Request_body_search.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/054_Query_DSL/55_Request_body_search.asciidoc b/054_Query_DSL/55_Request_body_search.asciidoc index 066292810..c4c297247 100644 --- a/054_Query_DSL/55_Request_body_search.asciidoc +++ b/054_Query_DSL/55_Request_body_search.asciidoc @@ -26,7 +26,7 @@ GET /_search // SENSE: 054_Query_DSL/60_Empty_query.json <1> This is an empty request body. -Just as with a query-string search, you can search on one, many, or `_all` +Just as with a query-string search, you can search on one, many, or all indices, and one, many, or all types: [source,js]