1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-09 13:25:09 +02:00

CHANGELOG.md: Update unreleased changes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alan Orth 2020-12-18 11:04:39 +02:00
parent 20c8ba0cf8
commit fba6f1ead1

View File

@ -5,10 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Added
- indexer.py now indexes views and downloads for communities and collections
### Changed
- Add ORDER BY to /items resource to make sure results are returned
deterministically
- Use `fl` parameter in indexer to return only the id field
- Use `fl` parameter in indexer to return only the field we are faceting by
- Minor refactoring of imports for PEP8 style
## [1.3.2] - 2020-11-18