[][src]Function raur::search

pub fn search<S: AsRef<str>>(query: S) -> Result<Vec<Package>, Error>

Performs an AUR search request by NameDesc.

This is the same as fn.search_by except it always searches by NameDesc (the default for the AUR).