]> Sergey Matveev's repositories - public-inbox.git/commit
search: use git approxidate in WWW and "lei q --stdin"
authorEric Wong <e@80x24.org>
Wed, 10 Feb 2021 19:57:58 +0000 (18:57 -0100)
committerEric Wong <e@80x24.org>
Thu, 11 Feb 2021 19:15:05 +0000 (19:15 +0000)
commitb503d87a23c90fc0f705a79bce34944e7e20b28b
tree73077711675b7b844a031acd2537a585addfac50
parentf310a5054fb8e215885f0b48afac44ff32ca1d56
search: use git approxidate in WWW and "lei q --stdin"

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.
lib/PublicInbox/Isearch.pm
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/Mbox.pm
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchView.pm
t/lei-externals.t
t/psgi_search.t
t/search.t