Function search

Source
pub fn search<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a SearchArg,
) -> impl Future<Output = Result<SearchResult, Error<SearchError>>> + Send + 'a
👎Deprecated: replaced by search_v2
Available on crate features async_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.