quickwit-oss/quickwit

aggs field expects an aggs object in the Swagger API screen

Open

#3 131 ouverte le 3 avr. 2023

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (553 forks)github user discovery
buggood first issue

Métriques du dépôt

Stars
 (11 300 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

The aggs field expect the following

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

While the swagger document suggests it want

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

Guide contributeur