We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13abbc0 commit a716183Copy full SHA for a716183
quickwit/quickwit-serve/src/elasticsearch_api/model/search_body.rs
@@ -73,7 +73,7 @@ pub struct SearchBody {
73
#[serde(default)]
74
#[serde(deserialize_with = "deserialize_field_sorts")]
75
pub sort: Option<Vec<SortField>>,
76
- #[serde(default)]
+ #[serde(default, alias = "aggregations")]
77
pub aggs: serde_json::Map<String, serde_json::Value>,
78
79
pub track_total_hits: Option<TrackTotalHits>,
0 commit comments