Skip to content

Releases: spira/api-core

5.1.2: Merge pull request #73 from spira/hotfix/range-header-backup

23 Sep 04:51
Compare
Choose a tag to compare
Adding a custom header which can be used as a backup for Range.

5.1.1: changes for elastic search to be able to have paginated results (#71)

19 Sep 06:11
Compare
Choose a tag to compare
* changes for elastic search to be able to have paginated results

* bump

* fix test

Replacing updateIndex with addToIndex

31 Aug 00:49
Compare
Choose a tag to compare

This is a patch for issue where occasionally on model create the model's document isn't created in Elasticsearch.

Adding param which allows replace headers to be disabled when creating an item response.

15 Jul 06:18
Compare
Choose a tag to compare
Merge pull request #63 from spira/hotfix/switchable-replace-headers

Adding param which allows replace headers to be disabled when creatin…

Remove Child Indexing Feature

06 Jun 05:20
Compare
Choose a tag to compare

This was never needed. Which child models require indexing is defined in elasticsearchindexer.php (in conf).

Nested Entity Search Indexing Fix

19 May 00:31
Compare
Choose a tag to compare

Fixing issue where nested entity would not be loaded if previous nested entity did not have results.

Search Fix

18 May 03:51
Compare
Choose a tag to compare

The application was crashing when attempting to load nested relation for an entity which was retrieved through search. All nested relations are entered into the search index so we don't need to load relations after a search.

Translate Query Fix

16 May 07:17
Compare
Choose a tag to compare
Fixing issue with translateQuery. (#59)

* Fixing issue with translateQuery.

* Applying style patch.

* Updating tests.

Update Types

12 May 06:59
Compare
Choose a tag to compare
Merge pull request #58 from spira/hotfix/index-model-update

Updating model types.

Search Index: Nested Entity Update

12 May 05:00
Compare
Choose a tag to compare

There has been an update to IndexModel's getIndexDocumentData() function which now allows nested entities to be an instance of BaseModel rather than IndexedModel. This allows an IndexedModel to index a nested entity which isn't in the search index itself.

Format of nested data in search index has also changed.