From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36866) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9DaF-0004LP-B5 for guix-patches@gnu.org; Tue, 03 Mar 2020 14:52:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9DaE-0001lb-D6 for guix-patches@gnu.org; Tue, 03 Mar 2020 14:52:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34004) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j9DaE-0001lT-A7 for guix-patches@gnu.org; Tue, 03 Mar 2020 14:52:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j9DaE-0007of-7o for guix-patches@gnu.org; Tue, 03 Mar 2020 14:52:02 -0500 Subject: [bug#39258] [PATCH 4/4] gnu: Use xapian index for package search. Resent-Message-ID: MIME-Version: 1.0 References: <20200227204150.30985-1-arunisaac@systemreboot.net> <20200227204150.30985-5-arunisaac@systemreboot.net> In-Reply-To: From: zimoun Date: Tue, 3 Mar 2020 20:51:17 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 39258@debbugs.gnu.org On Tue, 3 Mar 2020 at 20:21, zimoun wrote: > On Thu, 27 Feb 2020 at 21:42, Arun Isaac 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.