Browse Source

Merge pull request #15085 from kaneshin/docs/modify/post_filter

Remove a trailing comma from an example data of JSON
Clinton Gormley 10 years ago
parent
commit
1685126bb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/search/request/post-filter.asciidoc

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

@@ -78,7 +78,7 @@ curl -XGET localhost:9200/shirts/_search -d '
   },
   "aggs": {
     "colors": {
-      "terms": { "field": "color" }, <2>
+      "terms": { "field": "color" } <2>
     },
     "color_red": {
       "filter": {