Browse Source

Docs: Update post-filter.asciidoc

Removing useless comma

Closes #11912
Ruslan Boyarskiy 10 years ago
parent
commit
e5e422b880
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

@@ -100,7 +100,7 @@ curl -XGET localhost:9200/shirts/_search -d '
     }
   },
   "post_filter": { <4>
-    "term": { "color": "red" },
+    "term": { "color": "red" }
   }
 }
 '