pycsw
pycsw copied to clipboard
[ogcapi-records] how does cql operate on elements which are multiple, such as keywords
Description
How should a cql query be formulated on an element containing multiple values such as keywords, expectation:
- keywords='a' is expected to match, but it doesn't (
=probably expects all keywords to match) - keywords='a','b' seems to match, to me this is unexpected (why use a comma as separator)
the spec indicates array operators like ACONTAINS, but they seem not available yet, correct?