Ticket #233 (new task)
sorting lists by multiple criteria
| Reported by: | anonymous | Owned by: | daelstorm |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | nicotine | Version: | |
| Keywords: | Cc: |
Description
As the summary of the ticket suggests, sometimes I want to sort lists by multiple criteria, e.g. sort search results e.g. like this:
by user
files by the same user: by folder
files in the same folder: by filename
A logical way to achieve this would be to:
sort by filename
then sort by folder
then sort by user
(sorting works like this at least in some programs, that's why it seems logical for me)
Alas, Nicotine+ currently (i.e. in version 1.2.9) only supports sorting by a single criterion. Can this be improved, please?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
