pub async fn search_all(
t: &Transport,
query: &Value,
sort: &Value,
limit: Option<usize>,
) -> Result<Vec<AlertHit>>Expand description
Page a query fully with sort + search_after through the same route.
sort must be a total order (the caller ends it with a tiebreaker field).