stac-utils / pgstac

Schema, functions and a python library for storing and accessing STAC collections and items in PostgreSQL
MIT License
140 stars 33 forks source link

Does pgstac Query Extension support work with `neq` operator? #120

Open philvarner opened 2 years ago

philvarner commented 2 years ago

I just filed https://github.com/stac-utils/stac-fastapi/issues/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.

duckontheweb commented 2 years ago

Judging from this migration it looks like it supports both.