Skip to content

Commit

Permalink
Update bucket-sort-aggregation.asciidoc (#28937)
Browse files Browse the repository at this point in the history
Added two trailing braces that were missing within the first example.
  • Loading branch information
craigvantonder authored and Christoph Büscher committed Mar 8, 2018
1 parent b42804d commit 95a13ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ A `bucket_sort` aggregation looks like this in isolation:
{
"bucket_sort": {
"sort": [
{"sort_field_1": {"order": "asc"},<1>
{"sort_field_2": {"order": "desc"},
{"sort_field_1": {"order": "asc"}},<1>
{"sort_field_2": {"order": "desc"}},
"sort_field_3"
],
"from": 1,
Expand Down

0 comments on commit 95a13ea

Please sign in to comment.