Skip to content

Commit

Permalink
CQL2-JSON filter conformance class link (#612)
Browse files Browse the repository at this point in the history
* add cql2_json, fix link

* add changelog
  • Loading branch information
jonhealy1 authored Oct 23, 2023
1 parent 925a9bb commit 2cb8359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]

* Forward `x-forwarded-host` ([#586](https://github.com/stac-utils/stac-fastapi/pull/586))
* Add CQL2-json to filter conformance class ([#611](https://github.com/stac-utils/stac-fastapi/issues/611))

## [2.4.8] - 2023-06-07

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class FilterExtension(ApiExtension):
GET /queryables
GET /collections/{collection_id}/queryables
https://github.com/radiantearth/stac-api-spec/blob/master/fragments/filter/README.md
https://github.com/stac-api-extensions/filter/blob/main/README.md
Attributes:
client: Queryables endpoint logic
Expand All @@ -76,6 +76,7 @@ class FilterExtension(ApiExtension):
FilterConformanceClasses.FEATURES_FILTER,
FilterConformanceClasses.ITEM_SEARCH_FILTER,
FilterConformanceClasses.BASIC_CQL2,
FilterConformanceClasses.CQL2_JSON,
FilterConformanceClasses.CQL2_TEXT,
]
)
Expand Down

0 comments on commit 2cb8359

Please sign in to comment.