Skip to content

Commit 1685126

Browse files
Merge pull request #15085 from kaneshin/docs/modify/post_filter
Remove a trailing comma from an example data of JSON
2 parents 27dac8d + d7baeb1 commit 1685126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/search/request/post-filter.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ curl -XGET localhost:9200/shirts/_search -d '
7878
},
7979
"aggs": {
8080
"colors": {
81-
"terms": { "field": "color" }, <2>
81+
"terms": { "field": "color" } <2>
8282
},
8383
"color_red": {
8484
"filter": {

0 commit comments

Comments
 (0)