6060- ** Conformance Classes:**
6161 - Filter: ` http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/filter `
6262 - Features Filter: ` http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/features-filter `
63- - Item Search Filter: ` https://api.stacspec.org/v1.0.0-rc.2 /item-search#filter `
63+ - Item Search Filter: ` https://api.stacspec.org/v1.0.0-rc.3 /item-search#filter `
6464 - CQL2 Text: ` http://www.opengis.net/spec/cql2/1.0/conf/cql2-text `
6565 - CQL2 JSON: ` http://www.opengis.net/spec/cql2/1.0/conf/cql2-json `
6666 - Basic CQL2: ` http://www.opengis.net/spec/cql2/1.0/conf/basic-cql2 `
7676- ** Scope:** STAC API - Features, STAC API - Item Search
7777- ** [ Extension Maturity Classification] ( https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification ) :** Pilot
7878- ** Dependencies:**
79- - [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /item-search )
80- - [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /ogcapi-features )
79+ - [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0/item-search )
80+ - [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0/ogcapi-features )
8181- ** Owner** : @philvarner
8282
8383The Filter extension provides an expressive mechanism for searching based on Item attributes.
@@ -154,7 +154,7 @@ Spatial Operators conformance class, only the `S_INTERSECTS` operator in the Bas
154154
155155The STAC API Filter Extension reuses the definitions and conformance classes in OAFeat CQL,
156156adding only the * Item Search Filter* conformance class
157- (` https://api.stacspec.org/v1.0.0-rc.2 /item-search#filter ` ) to bind
157+ (` https://api.stacspec.org/v1.0.0-rc.3 /item-search#filter ` ) to bind
158158the Filter behavior to the Item Search endpoint.
159159
160160The implementation ** must** support these conformance classes:
@@ -165,7 +165,7 @@ The implementation **must** support these conformance classes:
165165 the query language used for the ` filter ` parameter defined by Filter. This includes logical operators (` AND ` , ` OR ` , ` NOT ` ),
166166 comparison operators (` = ` , ` <> ` , ` < ` , ` <= ` , ` > ` , ` >= ` ), and ` IS NULL ` . The comparison operators are allowed against
167167 string, numeric, boolean, date, and datetime types.
168- - Item Search Filter (` https://api.stacspec.org/v1.0.0-rc.2 /item-search#filter ` ) binds the Filter and
168+ - Item Search Filter (` https://api.stacspec.org/v1.0.0-rc.3 /item-search#filter ` ) binds the Filter and
169169 Basic CQL2 conformance classes to apply to the Item Search endpoint (` /search ` ). This class is the correlate of the OAFeat CQL2 Features
170170 Filter class that binds Filter and Basic CQL2 to the Features resource (` /collections/{cid}/items ` ).
171171
@@ -390,11 +390,10 @@ at least these values:
390390
391391 " http://www.opengis.net/spec/ogcapi_common-2/1.0/conf/collections" ,
392392
393- " http://api.stacspec.org/v1.0.0-rc.2/core" ,
394- " http://api.stacspec.org/v1.0.0-rc.2/stac-search" ,
395- " http://api.stacspec.org/v1.0.0-rc.2/stac-response" ,
393+ " http://api.stacspec.org/v1.0.0/core" ,
394+ " http://api.stacspec.org/v1.0.0/item-search" ,
396395
397- " https://api.stacspec.org/v1.0.0-rc.2 /item-search#filter"
396+ " https://api.stacspec.org/v1.0.0-rc.3 /item-search#filter"
398397 " http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/filter" ,
399398 " http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/features-filter" ,
400399 " http://www.opengis.net/spec/cql2/1.0/conf/cql2-text" ,
0 commit comments