]> Sergey Matveev's repositories - public-inbox.git/commit
www_listing: support /all/ search as a 302 redirect
authorEric Wong <e@80x24.org>
Sun, 26 Sep 2021 01:30:47 +0000 (01:30 +0000)
committerEric Wong <e@80x24.org>
Sun, 26 Sep 2021 01:43:27 +0000 (01:43 +0000)
commit065bc720f6c11b5e4f0ba79948087a6a1284edd5
tree901d4aed5223955ef55c58e2bb2e92ee29c99c0b
parentbf7fdfe4b939c3a97b20fd3e9b65c9cd493a692d
www_listing: support /all/ search as a 302 redirect

This allows users to search /all/ from the top-level WwwListing
without extra manual steps, although there's still extra network
roundtrips incurred.

No vertical whitespace is added, and there's no clumsy radio
buttons nor menus to deal with.  Users only have to use a
different <input type=submit /> button.  I forgot how to do this
until I realized we already do something similar with multiple
submit buttons for threaded vs non-threaded mboxrd.gz downloads.

Link: https://public-inbox.org/meta/20210827120845.29682-1-e@80x24.org/
lib/PublicInbox/WwwListing.pm