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

Support arrays for item filters

Open rockliffelewis opened this issue 1 year ago • 1 comments

As of 3.1.0-rc1 the supported data types for item filters are numerics, text, and booleans, which is applicable for the majority of cases, however one of the core fields of instrument is an array of strings (spec here)

It would be great to add support for this so that people can filter based on instrument types

rockliffelewis avatar Aug 29 '23 03:08 rockliffelewis

It might be that some implementations allow equal comparison for arrays, but "IN" would be better, indeed. There's a draft PR for it, see #339. It's not ready to be merged and I'm lacking funding to further work on it, unfortunately.

m-mohr avatar Aug 29 '23 10:08 m-mohr