not-nexus / shelf

REST API for AWS S3 meant to be an interface to immutable artifact storage.
MIT License
8 stars 3 forks source link

If sort is done on non-existant metadata property it returns a 500 #61

Closed quantumew closed 8 years ago

quantumew commented 8 years ago

This instead should just handle this as None.

kyle-long commented 8 years ago

Solved here https://github.com/kyle-long/pyshelf/pull/60

kyle-long commented 8 years ago

Merged