Skip to content

Releases: spira/api-core

Child Entity Indexing

11 May 23:06
Compare
Choose a tag to compare

A flag can now be passed to Linked and Child entity controllers which tell the controllers not to update elastic search index of the entity when the entity has been updated, added or deleted.

Elasticsearch Exception Update

19 Apr 00:42
Compare
Choose a tag to compare
Merge pull request #49 from spira/feature/elasticsearch-exception

Fix ElasticSearchIndexer exception

Added default ordering functionality to getAll

17 Apr 23:27
Compare
Choose a tag to compare
Merge pull request #52 from spira/feature/default-order-by

allow default ordering for getAllEntities

Changed input parser to only base64 decode specified fields.

12 Apr 13:53
Compare
Choose a tag to compare

!!Breaking Change!!
Clients must now pass list of encoded fields in Base64-Encoded-Fields header for them to be parsed.

See #50 for details

Introduced ElasticSearchIndexer

24 Mar 00:23
Compare
Choose a tag to compare
Merge pull request #48 from spira/feature/elasticsearch-indexer

Feature/elasticsearch indexer

Fixed Perlocator Search

22 Mar 22:10
Compare
Choose a tag to compare
Merge pull request #47 from spira/hotfix/refactor-search-all-entities

Refactoring searchAllEntities to restore perlocated search functionality

Search Functionality Update

17 Mar 23:59
Compare
Choose a tag to compare
3.0.0

Merge pull request #46 from spira/feature/entity-controller-search-re…

Fix issue with indexing nested entities

18 Feb 01:02
Compare
Choose a tag to compare

Will now check to see if the nested entity result is null before continuing to add the result to data which is to be entered into the search index.

Model filling

04 Feb 23:50
Compare
Choose a tag to compare

This release allows for implementing controllers to define customised fillModel methods rather than overriding the entire http verb controller method.

Elasticsearch: Nested Entity Indexing

01 Feb 06:33
Compare
Choose a tag to compare

Nested entity data to be entered into search index is now determined by that entity's mappingProperties.