You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running pgstac v0.9.1 and I am just noticing that none of the _where or orderby fields are populating in the search table, and the search_wheres is not being populated at all. I have been successfully using this backend with stac-fastapi, but didn't notice until I tried to deploy titiler-pgstac, which threw a pydantic error when trying to return the search as JSON.
I have tested this both in my deployed database and the v0.9.1 docker container and found this to be the case in both instances.
I originally opened an issue in titiler-pgstac but after digging in, I believe the issue is happening here. See stac-utils/titiler-pgstac#169 for more context.
I am running pgstac
v0.9.1
and I am just noticing that none of the_where
ororderby
fields are populating in the search table, and thesearch_wheres
is not being populated at all. I have been successfully using this backend withstac-fastapi
, but didn't notice until I tried to deploytitiler-pgstac
, which threw a pydantic error when trying to return the search as JSON.I have tested this both in my deployed database and the v0.9.1 docker container and found this to be the case in both instances.
I originally opened an issue in
titiler-pgstac
but after digging in, I believe the issue is happening here. See stac-utils/titiler-pgstac#169 for more context.fyi @vincentsarago
The text was updated successfully, but these errors were encountered: