Skip to content
Closed
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
3 changes: 2 additions & 1 deletion docs/reference/search/multi-search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ $ curl -H "Content-Type: application/x-ndjson" -XGET localhost:9200/_msearch --d
// NOTCONSOLE

Note, the above includes an example of an empty header (can also be just
without any content) which is supported as well.
without any content) which is supported as well but not when placed in the
very first line of the request.

The response returns a `responses` array, which includes the search
response and status code for each search request matching its order in
Expand Down