Update README with example usage
Signed-off-by: davidarendsen <davidarendsen@hey.com>
This commit is contained in:
parent
f992d505dd
commit
2b5da2c65d
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ $queryBuilder->fromBucket('test_bucket')
|
||||||
)
|
)
|
||||||
->addMap('r with name: r.user')
|
->addMap('r with name: r.user')
|
||||||
->addGroup(['_field', 'ip']);
|
->addGroup(['_field', 'ip']);
|
||||||
|
|
||||||
|
echo $queryBuilder->build();
|
||||||
```
|
```
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue