4acf515 Fix sorting order

Authored and Committed by otaylor 3 years ago
1 file changed. 22 lines added. 19 lines removed.
    Fix sorting order
    
    * Split on / separator before sorting, so we don't sort
        org.freedesktop.Platform.GL.default/*
      before
        org.freedesktop.Platform/*
    
    * Don't sort items with the same download count in *reverse* alphabetical order.
    
    * Sort filters by our "short IDS", using the same sorting logic as otherwise.
      This avoids having runtime/... between org.. and us...
    
        
file modified
+22 -19