radiantearth / stac-browser

A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs
https://radiantearth.github.io/stac-browser
ISC License
271 stars 136 forks source link

CQL: CASEI / ACCENTI support #301

Open m-mohr opened 1 year ago

m-mohr commented 1 year ago

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 commented 1 year ago

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: