Skip to content

Commit 3f77062

Browse files
authored
Merge pull request #272 from geomatician/main
Added mappings for default sort keys
2 parents c7dd9ba + 4680320 commit 3f77062

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.0] - 2022-06-07
9+
10+
### Added
11+
12+
- Added mappings for 'id' and 'collection' for default sort keys
13+
814
## [0.5.0] - 2022-06-01
915

1016
### Changed

fixtures/items.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ module.exports = {
88
geometry: { type: 'geo_shape' },
99
assets: { type: 'object', enabled: false },
1010
links: { type: 'object', enabled: false },
11+
id: { type: 'keyword' },
12+
collection: { type: 'keyword' },
1113
properties: {
1214
type: 'object',
1315
properties: {

0 commit comments

Comments
 (0)