On Tue, Apr 12, 2011 at 6:05 AM, Tuxce <tuxce.net@gmail.com> wrote:
On Tue, 12 Apr 2011 00:15:49 -0500 Dan McGee <dan@archlinux.org> wrote:
The majority of "real world" info requests [1] come in hefty batches. We would be better served to handle these in one request rather than multiple by allowing AUR clients to send multiple arguments.
Hi, similarly, for AUR helpers, it could be a good thing to provide maintainer information for both "search" and "info" methods to avoid fetching the package's page just after querying info with rpc.
The attached patch is based on Dan's working branch.
+1 from me, I was thinking about doing this as well since it was odd we provided this info in only one case. You might want to think about trimming some of the leading whitespace inside the passed where clauses if this happens since it isn't in context anymore. -Dan