From a2c6d61ed512aff0d8f6e0af5460e0da2004c46d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Helleboid=20-=20chtitux?= Date: Wed, 20 May 2020 17:21:28 +0400 Subject: [PATCH] [DOCS] Fix typo in search API `explain` param def (#56991) Co-authored-by: James Rodewig --- docs/reference/search/search.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/search.asciidoc b/docs/reference/search/search.asciidoc index dfe13f143a0..36302f05c75 100644 --- a/docs/reference/search/search.asciidoc +++ b/docs/reference/search/search.asciidoc @@ -273,7 +273,7 @@ computation as part of a hit. Defaults to `false`. -- [IMPORTANT] ==== -You can also specify this value using the `explain` request body parameter. If +You can also specify this value using the `explain` query parameter. If both parameters are specified, only the query parameter is used. ==== --