Closed Benj0s closed 1 year ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/lib/model/SearchIndex.ts | 22 | 24 | 91.67% | ||
<!-- | Total: | 42 | 44 | 95.45% | --> |
Totals | |
---|---|
Change from base Build 2903125206: | -0.2% |
Covered Lines: | 960 |
Relevant Lines: | 977 |
Pull request checklist
Please check if your PR fulfills the following requirements:
npm run build
) was run locally and any changes were pushednpm run test
) for the changes have been added (for bug fixes / features)npm run doc
) have been reviewed and added / updated if needed (for bug fixes / features)Pull request type
Please check the type of change your PR introduces:
What is the current behaviour?
Requests to
create
Search Indexes andupdate
settings are currently done in a synchronous manner.What is the new behaviour?
Support asynchronous Search Index
create
and settingsupdate
.Does this introduce a breaking change?