tessus / mwExtensionMantis

MediaWiki Extension:Mantis
https://www.mediawiki.org/wiki/Extension:Mantis
GNU General Public License v2.0
2 stars 6 forks source link

multiple order by (with sort order) #21

Closed tessus closed 7 years ago

tessus commented 7 years ago

a multiple order by capability needs a solution to specify the order for every column.

orderby = <colname> [<order>] [, <colname> [<order>], ...]

where order can be asc or desc.