pub async fn build_query(t: &Transport, f: &AlertFilter) -> Result<Value>Expand description
Compose the filter into one boolean query, resolving rule and
assignee first. An empty filter is an explicit match_all.
pub async fn build_query(t: &Transport, f: &AlertFilter) -> Result<Value>Compose the filter into one boolean query, resolving rule and
assignee first. An empty filter is an explicit match_all.