You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 enclosing DiscoverySearch context. This limits the size of the response data; it only requests the document fields that are needed to render that component.
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 enclosing DiscoverySearch context. This limits the size of the response data; it only requests the document fields that are needed to render that component.