guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#39258] [PATCH 4/4] gnu: Use xapian index for package search.


From: zimoun
Subject: [bug#39258] [PATCH 4/4] gnu: Use xapian index for package search.
Date: Tue, 3 Mar 2020 20:51:17 +0100

On Tue, 3 Mar 2020 at 20:21, zimoun <address@hidden> wrote:
> On Thu, 27 Feb 2020 at 21:42, Arun Isaac <address@hidden> wrote:

> > +(define (search-package-index profile querystring)
> > +  (let ((offset 0)
> > +        (pagesize 10))
>
> Why this value of 10?
> This fix the number of packages returned. Hum?
> I have tried to replace by 100 and I got 100 packages. :-)

I propose the value of 4294967295 for pagesize.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]