pycsw icon indicating copy to clipboard operation
pycsw copied to clipboard

[ogcapi-records] how does cql operate on elements which are multiple, such as keywords

Open pvgenuchten opened this issue 1 year ago • 0 comments

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?

pvgenuchten avatar Aug 12 '24 11:08 pvgenuchten