pub fn search_continue_v2(
    client: &impl UserAuthClient,
    arg: &SearchV2ContinueArg
) -> Result<Result<SearchV2Result, SearchError>>
This is supported on crate feature dbx_files only.
Expand description

Fetches the next page of search results returned from search_v2(). Note: search_v2() along with search_continue_v2() can only be used to retrieve a maximum of 10,000 matches. Recent changes may not immediately be reflected in search results due to a short delay in indexing. Duplicate results may be returned across pages. Some results may not be returned.