sonar icon indicating copy to clipboard operation
sonar copied to clipboard

Query builder API

Open Frando opened this issue 6 years ago • 1 comments

Discuss the API added in #1:

Especially:

  • When do functions return this, when do they return a plain object? The term method returns a plain object, and this is used within the bool query - however, coudn't a term query also standalone?
  • How will the searchquerybuilder relate to other queries?
  • SearchQueryBuilder is a bit long of a name

Frando avatar Dec 13 '19 23:12 Frando

In general I am still unsure what the way is to create a dsl style query api with javascript. I think the term part is only used inside a bool query.

hng avatar Dec 16 '19 10:12 hng