Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 054_Query_DSL/55_Request_body_search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down