From bb33b92fad33d319544ddf676b4c13a67e04acdc Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 22 Apr 2020 15:13:41 +0200 Subject: xapian: search: Increase default number of results. --- mumi/xapian.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumi/xapian.scm b/mumi/xapian.scm index 613e9f9..debee37 100644 --- a/mumi/xapian.scm +++ b/mumi/xapian.scm @@ -201,7 +201,7 @@ messages and index their contents in the Xapian database at DBPATH." query))) (define* (search querystring #:key - (pagesize 10) + (pagesize 1000) (dbpath (string-append (%config 'db-dir) "/mumi.xapian"))) ;; Open database for reading. call-with-database automatically ;; closes the database once we're done. -- cgit v1.2.3