You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
pvgenuchten
changed the title
[ogcapi-records] how does operate on elements which are multiple, such as keywords
[ogcapi-records] how does cql operate on elements which are multiple, such as keywords
Aug 13, 2024
Description
How should a cql query be formulated on an element containing multiple values such as keywords, expectation:
=
probably expects all keywords to match)the spec indicates array operators like
ACONTAINS
, but they seem not available yet, correct?The text was updated successfully, but these errors were encountered: