From: Eric Wong Date: Tue, 2 Feb 2021 11:46:48 +0000 (+0000) Subject: lei_query: default to 10000 messages as documented X-Git-Tag: v1.7.0~1246 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a9ba3d10482daea78739f3da6c8d7739ac8af3fc;p=public-inbox.git lei_query: default to 10000 messages as documented Otherwise, we were only getting 50 matches without (-t) thread expansion. --- diff --git a/lib/PublicInbox/LeiQuery.pm b/lib/PublicInbox/LeiQuery.pm index 953d1fc2..dea04c13 100644 --- a/lib/PublicInbox/LeiQuery.pm +++ b/lib/PublicInbox/LeiQuery.pm @@ -51,6 +51,7 @@ sub lei_q { my %mset_opt = map { $_ => $opt->{$_} } qw(thread limit offset); $mset_opt{asc} = $opt->{'reverse'} ? 1 : 0; + $mset_opt{limit} //= 10000; $mset_opt{qstr} = join(' ', map {; # Consider spaces in argv to be for phrase search in Xapian. # In other words, the users should need only care about