File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.5.0] - 2022-06-07
9
+
10
+ ### Added
11
+
12
+ - Added mappings for 'id' and 'collection' for default sort keys
13
+
8
14
## [ 0.5.0] - 2022-06-01
9
15
10
16
### Changed
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ module.exports = {
8
8
geometry : { type : 'geo_shape' } ,
9
9
assets : { type : 'object' , enabled : false } ,
10
10
links : { type : 'object' , enabled : false } ,
11
+ id : { type : 'keyword' } ,
12
+ collection : { type : 'keyword' } ,
11
13
properties : {
12
14
type : 'object' ,
13
15
properties : {
You can’t perform that action at this time.
0 commit comments