pub fn search_continue_v2(
client: &impl UserAuthClient,
arg: &SearchV2ContinueArg,
) -> Result<SearchV2Result, Error<SearchError>>Available on crate features
sync_routes and 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.