[aur-general] aurjson - Adding groups to the infos of a search

Alad Wenter alad at mailbox.org
Tue Jan 2 23:30:04 UTC 2018


> I'm building a AUR wrapper and I would like to display the package
> groups next to the search results when someone searches for a package
> like pacman does it for official repos.
> In the wiki [1] it says that the output of the aur rpc is just a list
> of info request outputs. But when I'm doing a search [2] I don't get the
> extra info I get with a info request [3].
> What I would need is the "Groups" info. Could this be added to the list
> of elements that a normal search returns?
> It would speed up my wrapper alot. Atm I'm doing info requests for
> every single package that I get in the search request and I really
> don't like that. :/
> 
You can use the multiinfo interface, which should allow you to at least
perform one request per 150 packages, instead of one. Adding arbitrary
fields to the search interface is something that's unlikely to happen.

An ideal way would be for clients to access all available AUR metadata.
There has been some discussion about this in the past (suggesting the use
of zsync).

https://lists.archlinux.org/pipermail/aur-dev/2016-April/004027.html

Alad


More information about the aur-general mailing list