pub fn search(
client: &impl UserAuthClient,
arg: &SearchArg,
) -> Result<SearchResult, Error<SearchError>>
👎Deprecated: replaced by search_v2
Available on crate features
sync_routes
and dbx_files
only.Expand description
Searches for files and folders. Note: Recent changes will be reflected in search results within a few seconds and older revisions of existing files may still match your query for up to a few days.