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
The `query` parameter adds additional filters for searching on the properties of Item objects. The JSON syntax for
12
+
The Query Extension adds a `query` parameter that allows additional filtering based on the properties of Item objects. The JSON syntax for
13
13
these filters is known as "STACQL" (pronounced `stack-cue-el`).
14
14
15
-
The syntax for the `query` filter is:
15
+
It is recommended to implement the [Filter Extension](https://github.com/stac-api-extensions/filter)
16
+
instead of the Query Extension. Filter Extension is more well-defined, more expressive, and
17
+
uses the standardized CQL2 query language instead of the proprietary language defined here.
18
+
There is no plan to deprecate this extension, but it is also unlikely to see any further
19
+
refinement or changes.
16
20
17
-
```js
21
+
The extension can be applied to either the **STAC API - Item Search** endpoint `/search`
22
+
(advertised with the conformance class <https://api.stacspec.org/v1.0.0-rc.1/item-search#query>) or to the
23
+
**STAC API - Features** endpoint `/collections/{collection_id}/items` (advertised with the conformance class <https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features#query>)
0 commit comments