quickwit-oss/quickwit

aggs field expects an aggs object in the Swagger API screen

Open

#3,131 建立於 2023年4月3日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Rust (553 fork)github user discovery
buggood first issue

倉庫指標

Star
 (11,300 star)
PR 合併指標
 (PR 指標待抓取)

描述

The aggs field expect the following

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

While the swagger document suggests it want

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

貢獻者指南