mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Remove Comma in Example (#41873)
The comma is there in error as there are no other parameter after 'value'
This commit is contained in:
parent
45bbd7f7f1
commit
b77be89c9a
@ -27,7 +27,7 @@ than or equal to 25:
|
||||
"ctx.payload.aggregations.top_tweeters.buckets" : { <1>
|
||||
"path": "doc_count", <2>
|
||||
"gte": { <3>
|
||||
"value": 25, <4>
|
||||
"value": 25 <4>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user