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
Handle the bounding box filter better in search #300
Remove the Filter extension workaround for invalid stac-fastapi implementations (if "additional filters" don't show up for you, check your stac-fastapi version)
Don't fail if non-Items are in the ItemCollection returned by search, ignore them instead. This may happen in OGC API - Records implementations such as pycsw.
Show LIKE (matches) operator in "additional filters" only if the CQL advanced comparison operators are exposed in the conformance classes of the API
Queryables were not always correctly loaded (due to a superfluous resetCatalog event)