IMAP-Science-Operations-Center / sds-data-manager

MIT License
0 stars 9 forks source link

MNT: Sort query return results when returning from the API #303

Closed greglucas closed 1 week ago

greglucas commented 2 weeks ago

Change Summary

Overview

This adds a sort to our query responses from the database table. We are currently sorting by "id" is all, so it depends on when files got inserted. The filename is a good key to sort by and includes the logical ordering I think we want.