v2.0.0-beta.0
Pre-release
Pre-release
watson-github-bot
released this
25 Apr 20:56
·
124 commits
to master
since this release
2.0.0-beta.0 (2022-04-25)
Features
BREAKING CHANGES
- API:
fetchDocuments()
signature has changed. It can now take an array of collection IDs. When fetching a document or set of documents, specify collection ID(s), since document IDs are only unique within a collection, not a project. - COMPONENT:
SearchResults
now updates the default search parameters of the enclosingDiscoverySearch
context. This limits the size of the response data; it only requests the document fields that are needed to render that component.