Skip to content

Commit 97a6fcd

Browse files
Update 60_Children_agg.asciidoc
1 parent 0fc2519 commit 97a6fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

404_Parent_Child/60_Children_agg.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GET /company/branch/_search?search_type=count
2727
"aggs": {
2828
"hobby": {
2929
"terms": { <3>
30-
"field": "hobby"
30+
"field": "employee.hobby"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)