react-awesome-query-builder icon indicating copy to clipboard operation
react-awesome-query-builder copied to clipboard

non-exhaustive query types (elasticsearch)

Open davidkong0987 opened this issue 2 years ago • 1 comments

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"

davidkong0987 avatar Jun 20 '23 23:06 davidkong0987

Documentation is here: https://github.com/ukrbublik/react-awesome-query-builder/blob/13f88988a008a6311c47894d5ee59114c2a1813a/CONFIG.adoc#L533

davidkong0987 avatar Jun 20 '23 23:06 davidkong0987