user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH 0/2] support reversing search results
@ 2019-06-15 20:23 Eric Wong
  2019-06-15 20:23 ` [PATCH 1/2] searchview: support negative offsets to reverse ordering Eric Wong
  2019-06-15 20:23 ` [PATCH 2/2] searchview: add link at bottom to reverse results Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2019-06-15 20:23 UTC (permalink / raw)
  To: meta

Occasionally it might be useful to show the oldest messages
matching a given search term (e.g. filename or an alternative
to "git blame").

Allowing a negative offset to reverse results seems to work
without increasing query parameter count (adding a new parameter
would be cache-unfriendly due to even less consistent ordering).

Reversing is now exposed at the bottom of the search results
page; since the top of the page is too cluttered.

Eric Wong (2):
  searchview: support negative offsets to reverse ordering
  searchview: add link at bottom to reverse results

 lib/PublicInbox/SearchView.pm | 59 +++++++++++++++++++++++++----------
 t/psgi_v2.t                   |  2 +-
 2 files changed, 44 insertions(+), 17 deletions(-)

-- 
EW

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-15 20:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-15 20:23 [PATCH 0/2] support reversing search results Eric Wong
2019-06-15 20:23 ` [PATCH 1/2] searchview: support negative offsets to reverse ordering Eric Wong
2019-06-15 20:23 ` [PATCH 2/2] searchview: add link at bottom to reverse results Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).