jic-dtool / dservercore

Given a dataset UUID returns a URI to where the dataset is stored
MIT License
4 stars 5 forks source link

Server-side sorting #42

Closed jotelha closed 7 months ago

jotelha commented 1 year ago

With having pagination on the server-side, sorting on server-side becomes desirable as well. This could be done as suggested in https://github.com/jic-dtool/dtool-lookup-webapp/issues/1#issuecomment-1415842809.

jotelha commented 12 months ago

This might help, https://github.com/cknolla/flask-smorest-sqlalchemy-odata

jotelha commented 7 months ago

This has been implemented within https://github.com/jic-dtool/dtool-lookup-server/pull/57