quickwit-oss/quickwit

aggs field expects an aggs object in the Swagger API screen

Open

#3.131 geöffnet am 3. Apr. 2023

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (553 Forks)github user discovery
buggood first issue

Repository-Metriken

Stars
 (11.300 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The aggs field expect the following

{
 "aggs": {
    "resolution": {
       "terms": {"field": "ResolutionWidth"}
     }
 } 
}

While the swagger document suggests it want

{
   "resolution": {
       "terms": {"field": "ResolutionWidth"}
     }
}

Contributor Guide