Skip to content

Commit

Permalink
Add missing Search API section header
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Nov 25, 2024
1 parent b82ece1 commit e9de298
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ The formatting is based on the specified output format.
On error, an "X-Stream-Error" header will be sent via the trailers channel with information about the error, and the stream will be closed via [`sender.abort()`](https://docs.rs/hyper/0.14.16/hyper/body/struct.Sender.html#method.abort).
Depending on the client, the trailer header with error details may not be shown. The error will also be logged in quickwit ("Error when streaming search results").

## Ingest API

### Ingest data into an index

```
Expand Down

0 comments on commit e9de298

Please sign in to comment.