Skip to content
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
6 changes: 6 additions & 0 deletions _api-reference/search-apis/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@ GET /_search

POST /{index}/_search
POST /_search

QUERY /{index}/_search
QUERY /_search
```

The QUERY method is supported as of OpenSearch 2.17 (RFC 10008 compliance). The QUERY method is safe, idempotent, and cacheable, making it suitable for search requests that carry a request body.
{: .label .label-blue }

## Query parameters

All parameters are optional.
Expand Down