Commit 5af3fe93 by Henri DF

Docs: add example with filter in ES template

parent 09b84013
......@@ -77,6 +77,11 @@ The Elasticsearch datasource supports two types of queries you can use to fill t
{"find": "fields", "type": "string"}
```
### Fields filtered by type, with filter
```json
{"find": "fields", "type": "string", "query": <lucene query>}
```
### Multi format / All format
Use lucene format.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment