We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a7929 commit 0441c67Copy full SHA for 0441c67
README.md
@@ -126,17 +126,17 @@ Here's how the above `title` parameter could have a default value of `test`:
126
127
```json
128
{
129
- index: 'myindex',
130
- body: {
131
- query: {
132
- match: {
133
- title: '{{title:test}}'
+ "index": "myindex",
+ "body": {
+ "query": {
+ "match": {
+ "title": "{{title:test}}"
134
}
135
},
136
- facets: {
137
- tags: {
138
- terms: {
139
- field: 'tags'
+ "facets": {
+ "tags": {
+ "terms": {
+ "field": "tags"
140
141
142
0 commit comments