GeoSTAC / CartoCosmos-with-STAC

https://geostac.github.io/CartoCosmos-with-STAC/
2 stars 3 forks source link

Tweak Keyword sort and filter to query API on a list of key words #21

Closed gsn9 closed 2 years ago

gsn9 commented 2 years ago

Currently, the Keyword option for sort and filter is acting as a blank query input for the STAC catalog ie ?option=values, this need's to be changed to search the API for a list of keywords. The query string should look something like this keywords=["keyword1", "keyword2", "keyword3", ... ect].

gsn9 commented 2 years ago

finished in previous PR