[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#134471: listarchives: list filter is not in alphabetical order



On Sun, Feb 17, 2002 at 09:45:40PM +0000, John Ericson wrote:
> http://lists.debian.org/search.html
> 
> I was looking for "deity" in "List filter" and didnt found it when I went
> through all the lists starting with d.... I was supprised to find almost at
> the bottom below "www" and "x". Down at the bottom I find alot of lists such as lsb-* which I belives should be higher up in the list.
> 
> I would like the list to be in alphabetical order since by looking at the top
> it appears to be, and if you dont look at the bottom you might miss what you searches for.

Actually it's sorted, but with the implied debian- prefix on the names.
I.e.:

      for (sort keys %lists) {
        s/^debian-//;
        print OUT "<option>$_\n";
      }

One of the local Perl wizards can suggest the nicest way to fix this...

-- 
     2. That which causes joy or happiness.



Reply to: