stac-utils / stac-fastapi-sqlalchemy

PostgreSQL backend for stac-fastapi using SQLAlchemy
MIT License
9 stars 10 forks source link

Get sortby fix #50

Open jonhealy1 opened 8 months ago

jonhealy1 commented 8 months ago

Related Issue(s):

Description:

GET /search sortby was only sorting in one direction as the '+' operator was not being recognized via the url string. A similar pr was recently introduced for stac-fastapi-elasticsearch. Tests were added.

PR Checklist: