Skip to main content

search_all

Function search_all 

Source
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).