Fix indentation in sort docs
This commit fixes the indentation in an example query in the sort docs. Relates #23561
This commit is contained in:
parent
78a48b102f
commit
f8fa5c96aa
|
@ -95,7 +95,7 @@ the average price per document.
|
|||
PUT /my_index/my_type/1?refresh
|
||||
{
|
||||
"product": "chocolate",
|
||||
"price": [20, 4]
|
||||
"price": [20, 4]
|
||||
}
|
||||
|
||||
POST /_search
|
||||
|
|
Loading…
Reference in New Issue