project-open-data / csv-to-api

Proof of concept to dynamically generate RESTful APIs from static CSVs
http://labs.data.gov/csv-to-api/
326 stars 81 forks source link

Allow multi-column sort #19

Open waldoj opened 10 years ago

waldoj commented 10 years ago

At present, it's only possible to sort based on a single column. Permit the provision of multiple column names to sort by more than one simultaneously.

(Originally filed as part of #17.)