about summary refs log tree commit homepage
path: root/lib/PublicInbox/Mbox.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-10 18:57:58 -0100
committerEric Wong <e@80x24.org>2021-02-11 19:15:05 +0000
commitb503d87a23c90fc0f705a79bce34944e7e20b28b (patch)
tree73077711675b7b844a031acd2537a585addfac50 /lib/PublicInbox/Mbox.pm
parentf310a5054fb8e215885f0b48afac44ff32ca1d56 (diff)
downloadpublic-inbox-b503d87a23c90fc0f705a79bce34944e7e20b28b.tar.gz
This greatly improves the usability of d:, dt:, and rt: search
prefixes for users already familiar git's "approxidate" feature.

That is, users familiar with the --(since|after|until|before)=
options in git-log(1) and similar commands will be able to use
those dates in the WWW UI.
Diffstat (limited to 'lib/PublicInbox/Mbox.pm')
-rw-r--r--lib/PublicInbox/Mbox.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/Mbox.pm b/lib/PublicInbox/Mbox.pm
index 94f733bc..844099aa 100644
--- a/lib/PublicInbox/Mbox.pm
+++ b/lib/PublicInbox/Mbox.pm
@@ -237,6 +237,7 @@ sub mbox_all {
 
         my $qopts = $ctx->{qopts} = { relevance => -2 }; # ORDER BY docid DESC
         $qopts->{threads} = 1 if $q->{t};
+        $srch->query_approxidate($ctx->{ibx}->git, $q_string);
         my $mset = $srch->mset($q_string, $qopts);
         $qopts->{offset} = $mset->size or
                         return [404, [qw(Content-Type text/plain)],