geopython / geopython/pygeofilter

cql-json LIKE predicate tested against incorrect format

Open
#20 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.