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 just filed stac-utils/stac-fastapi#408 against stac-fastapi b/c the Query Extension "not equals" operator is incorrectly set to be ne instead of neq. This issue is to proactively ask if pgstac works with neq as the operator? I believe the current error I'm seeing is from the object validation within stac-fastapi, but once that's fixed, it may trigger a similar bug in pgstac, and I wanted to get ahead of that.
The text was updated successfully, but these errors were encountered:
I just filed stac-utils/stac-fastapi#408 against stac-fastapi b/c the Query Extension "not equals" operator is incorrectly set to be
ne
instead ofneq
. This issue is to proactively ask if pgstac works with neq as the operator? I believe the current error I'm seeing is from the object validation within stac-fastapi, but once that's fixed, it may trigger a similar bug in pgstac, and I wanted to get ahead of that.The text was updated successfully, but these errors were encountered: