stac-browser icon indicating copy to clipboard operation
stac-browser copied to clipboard

CQL: CASEI / ACCENTI support

Open m-mohr opened this issue 3 years ago • 1 comments

In addition to LIKE we should also give the user an option to compare case-insensitive with ILIKE.

I need to check whether that's a separate conformance class or whether it's always present.

m-mohr avatar Apr 13 '23 14:04 m-mohr

There's no ILIKE in OGC API - Features: Part 3 / CQL. It seemt to be handled via CASEI and ACCENTI, which is much more difficult to implement in STAC Browser.

For ILIKE there's a closed PR: #311

See:

  • https://docs.ogc.org/DRAFTS/21-065.html#case-insensitive-comparison
  • https://docs.ogc.org/DRAFTS/21-065.html#accent-insensitive-comparison

m-mohr avatar Apr 24 '23 22:04 m-mohr