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

@ -91,7 +91,7 @@ async function run2 () {
const { body: topMonths } = await client.search({
index: 'git',
body: new F()
body: F()
// we want to know the top month for 'delvedor'
.filter(f => f.term('author', 'delvedor'))
.size(0)