Update filter-aggregation.asciidoc (#24138)
Fix a discrepancy between the example and the prose.
This commit is contained in:
parent
1629c9fd5c
commit
9cb477d387
|
@ -22,7 +22,7 @@ POST /sales/_search?size=0
|
|||
// CONSOLE
|
||||
// TEST[setup:sales]
|
||||
|
||||
In the above example, we calculate the average price of all the products that are red.
|
||||
In the above example, we calculate the average price of all the products that are of type t-shirt.
|
||||
|
||||
Response:
|
||||
|
||||
|
|
Loading…
Reference in New Issue