opengeospatial / opengeospatial/ogcapi-features
Semantics of attribute filtering?
@cmheazel is already working on this.
Since Mar 20, 2018.
- Dominant language
- CSS
- Stars
- 386
- Forks
- 92
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 15
Description
specifies that query parameters could be added for significant feature properties and goes on to show a case in which an enum is used.
What about open ended strings and numbers though, what is the semantics of the filtering?
Like, for open ended string it might be useful to match anything that contains the specified string ("like" filter wise). for numbers and also for dates it would be useful to support not just equality matches but also ranges.
This could allow to support a minimal filtering interface for WFS core. (for more complex needs a dedicated extension based on FES or CQL filter would be nice).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.