react-awesome-query-builder
react-awesome-query-builder copied to clipboard
non-exhaustive query types (elasticsearch)
| elasticSearchQueryType | + for ElasticSearch format | String (eg. term) -or- function (string valueType) ⇒ stringOne of types of term-level queries |
|---|
elasticSearchQueryType
- for ElasticSearch format
String (eg. term) -or- function (string valueType) ⇒ string One of types of term-level queries
I'm not sure why the documentation mentions "Term-level-queries" because it works perfectly well with something like "match_phrase"
Documentation is here: https://github.com/ukrbublik/react-awesome-query-builder/blob/13f88988a008a6311c47894d5ee59114c2a1813a/CONFIG.adoc#L533