pub fn search_v2(
client: &impl UserAuthClient,
arg: &SearchV2Arg,
) -> Result<SearchV2Result, Error<SearchError>>
Available on crate features
sync_routes
and dbx_files
only.Expand description
Searches for files and folders. 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.