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].
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 thiskeywords=["keyword1", "keyword2", "keyword3", ... ect]
.