add Order By elements to search interface
Posted by sarneil on 09 Dec 2008 in Activity log
Added two orderby elements, to allow user to specify which fields to sort the output by (primarily and secondarily). Had to modify the javascript and php code around the popup window (showdatalist.js and datalist.php) to add a "doSort" argument. For all fields but the list of months that is set to true, for months it is set to false, so the months appear in chronological order rather than sorted into alphabetical order.