Skip to content

Commit 5bc4462

Browse files
authored
Merge branch 'main' into pv/update-filter-w-spatial-function-changes
2 parents d610963 + c9f4d1e commit 5bc4462

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Accent- and Case-insensitive Comparison conformance classes have been split into two conformance classes,
1919
Accent-insensitive Comparison and Case-insensitive Comparison
2020
- Renamed Custom Function to Functions
21+
- Remove recommendation to use fully-qualified property names as queryables.
2122

2223
## [v1.0.0-rc.3] - 2023-10-18
2324

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ returned according to OAFeat Part 3. It is recognized that this is a severe rest
284284
and dynamic content, so this behavior may be modified by setting the `additionalProperties` attribute in the
285285
queryables definition to `true`. As such, any syntactically-valid term for a property will be accepted, and the
286286
matching semantics are such that, if an Item does not have an attribute by that name, the value is assumed to be
287-
`null`. It is recommended to use fully-qualified property names (e.g., `properties.eo:cloud_cover`).
287+
`null`.
288288

289289
Queryables are advertised via a JSON Schema document retrieved from the `/queryables` endpoint. This endpoint at the root
290290
retrieves queryables that apply to all collections. When used as a subresource of the collection resource

0 commit comments

Comments
 (0)