Docs: Update post-filter.asciidoc

Removing useless comma

Closes #11912
This commit is contained in:
Ruslan Boyarskiy 2015-06-29 16:22:31 +03:00 committed by Clinton Gormley
parent 68d658a30f
commit e5e422b880
1 changed files with 1 additions and 1 deletions

View File

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