ewxrjk/disorder

[wishlist] Sort search results in web interface

Closed this issue · 2 comments

When doing a search via the web interface (in my particular case, by tag)
the results come out in apparently random order. IWBNI I could sort them,
e.g. by clicking on the Album column heading.

Original issue reported on code.google.com by crazys...@gmail.com on 29 Jul 2009 at 3:51

The sort key is effectively the basename of the track with the extension removed
(plus details of case-folding and canonicalization, and with the proviso that 
if you
mess with the 'transform' directive that will affect it).  And yes, this is 
obviously
mad; the order they come out of the server would be better than that.

Original comment by ewx...@gmail.com on 3 Aug 2009 at 9:50

  • Changed state: Accepted
  • Added labels: Component-UI, Type-Defect, Usability
  • Removed labels: ****
revno: 1009
committer: Richard Kettlewell <rjk@greenend.org.uk>
branch nick: disorder.dev
timestamp: Sun 2009-11-29 15:55:32 +0000
message:
  More sensible ordering of search results in web interface.
  Fixes issue #46.

Original comment by ewx...@gmail.com on 29 Nov 2009 at 3:56

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****