File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased] - TBD
9+
10+ ### Changed
11+
12+ - Remove recommendation to use fully-qualified property names as queryables.
13+
814## [ v1.0.0-rc.3] - 2023-10-18
915
1016### Added
Original file line number Diff line number Diff line change 5252 - [ Example 14: Using the ACCENTI Accent-insensitive Comparison Function] ( #example-14-using-the-accenti-accent-insensitive-comparison-function )
5353 - [ Example 14: cql2-text (GET)] ( #example-14-cql2-text-get )
5454 - [ Example 14: cql2-json (POST)] ( #example-14-cql2-json-post )
55+ - [ Example 15: Using the IN List predicate] ( #example-15-using-the-in-list-predicate )
56+ - [ Example 15: cql2-text (GET)] ( #example-15-cql2-text-get )
57+ - [ Example 15: cql2-json (POST)] ( #example-15-cql2-json-post )
5558
5659## Overview
5760
@@ -278,7 +281,7 @@ returned according to OAFeat Part 3. It is recognized that this is a severe rest
278281and dynamic content, so this behavior may be modified by setting the ` additionalProperties ` attribute in the
279282queryables definition to ` true ` . As such, any syntactically-valid term for a property will be accepted, and the
280283matching semantics are such that, if an Item does not have an attribute by that name, the value is assumed to be
281- ` null ` . It is recommended to use fully-qualified property names (e.g., ` properties.eo:cloud_cover ` ).
284+ ` null ` .
282285
283286Queryables are advertised via a JSON Schema document retrieved from the ` /queryables ` endpoint. This endpoint at the root
284287retrieves queryables that apply to all collections. When used as a subresource of the collection resource
You can’t perform that action at this time.
0 commit comments