-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cql-json LIKE predicate tested against incorrect format #20
Comments
Hi @rsmith013 Thanks for submitting this issue. In my opinion this boils down to the spec having been vague and inconsistent in that specific part. For that reason I submitted an issue for the CQL JSON Spec (opengeospatial/ogcapi-features#555). This again has been surpassed by the developments in the spec, making the { "like": [ {"property": "name"}, "smith." ] } This is not yet officially released though, and I'm not yet sure when this will be. To be honest, I'm not sure what the best course of action is in this regard. I'll try to find out when the next iteration of the spec will land, so that we can maybe switch to it. |
ok, it would be good to know. I am new to CQL but the example I found didn't work with the implementation in pygeofilter. |
The cql-json LIKE format is:
https://portal.ogc.org/files/96288#req_simple-cql_like-predicate
The text was updated successfully, but these errors were encountered: