Updated examples

This commit is contained in:
delvedor
2020-09-04 18:04:38 +02:00
parent ecccaf023e
commit b104ce42f5
7 changed files with 7 additions and 7 deletions

View File

@ -64,7 +64,7 @@ async function run2 () {
)
const { body } = await client.search({
index: 'git',
body: new F()
body: F()
.matchAll()
.size(0)
.aggs(committersAgg)