pub fn search_continue_v2<'a>(
client: &'a impl UserAuthClient,
arg: &'a SearchV2ContinueArg,
) -> impl Future<Output = Result<SearchV2Result, Error<SearchError>>> + Send + 'a
Available on crate features
async_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.