amplience / dc-management-sdk-js

Amplience Dynamic Content Management SDK
https://amplience.github.io/dc-management-sdk-js/
Other
45 stars 14 forks source link

feat: support async search index create and update index settings #126

Closed Benj0s closed 1 year ago

Benj0s commented 1 year ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

What is the current behaviour?

Requests to create Search Indexes and update settings are currently done in a synchronous manner.

What is the new behaviour?

Support asynchronous Search Index create and settings update.

Does this introduce a breaking change?

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3757170543


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/lib/model/SearchIndex.ts 22 24 91.67%
<!-- Total: 42 44 95.45% -->
Totals Coverage Status
Change from base Build 2903125206: -0.2%
Covered Lines: 960
Relevant Lines: 977

💛 - Coveralls