Skip to content

Commit 46708f1

Browse files
populovkcm
authored andcommitted
Docs: Fix typo in field name in aggregations (#34223)
1 parent c0e1387 commit 46708f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/bucket/terms-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ GET /_search
615615
"aggs" : {
616616
"genres" : {
617617
"terms" : {
618-
"field" : "gender",
618+
"field" : "genre",
619619
"script" : {
620620
"source" : "'Genre: ' +_value",
621621
"lang" : "painless"

0 commit comments

Comments
 (0)