Skip to content

Commit

Permalink
Merge pull request #15085 from kaneshin/docs/modify/post_filter
Browse files Browse the repository at this point in the history
Remove a trailing comma from an example data of JSON
  • Loading branch information
clintongormley committed Nov 30, 2015
2 parents 27dac8d + d7baeb1 commit 1685126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/search/request/post-filter.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ curl -XGET localhost:9200/shirts/_search -d '
},
"aggs": {
"colors": {
"terms": { "field": "color" }, <2>
"terms": { "field": "color" } <2>
},
"color_red": {
"filter": {
Expand Down

0 comments on commit 1685126

Please sign in to comment.