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

@ -88,7 +88,7 @@ import { Q, F } from '../'
// The theory behind query compilation is the same here,
// the query crafting and compilation should be done
// outside of your hot code path.
const query = new F()
const query = F()
.match('description', Q.param('description'))
.filter(f => f
.term('author.name', Q.param('author'))