geopython / geopython/pygeofilter
cql-json LIKE predicate tested against incorrect format
Open
- Dominant language
- Python
- Stars
- 90
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
The cql-json LIKE format is:
```
{
"like": [
{ "property": "name" },
"Smith."
],
"singleChar": ".",
"nocase": true
}
```
https://portal.ogc.org/files/96288#req_simple-cql_like-predicate
Contributor guide
Assessment
This issue has not been assessed yet.