diff --git a/docs/Aggregation/Global.md b/docs/Aggregation/Global.md index fcb7821cfe92afac4ceec8e8844053321109b17f..d950f92855904a1abcae30a43d77df3d0d4fea98 100644 --- a/docs/Aggregation/Global.md +++ b/docs/Aggregation/Global.md @@ -11,10 +11,10 @@ you’re searching on, but is **not influenced** by the search query itself. ```JSON { "aggregations": { - "agg_all_products": { + "all_products": { "global": {}, "aggregations": { - "agg_avg_price": { + "avg_price": { "avg": { "field": "price" }