15736: "add-session" route, support tokens received from other clusters
[arvados-workbench2.git] / src / store / search-results-panel / search-results-middleware-service.ts
index 3233525a15fa7ce47def6793b1018c4224496b18..85f12c3fb9b46ee9c3f4f856696f87afdffc0677 100644 (file)
@@ -45,6 +45,7 @@ export class SearchResultsMiddlewareService extends DataExplorerMiddlewareServic
         try {
             const params = getParams(dataExplorer, searchValue);
 
+            // TODO: if one of these fails, no results will be returned.
             const responses = await Promise.all(sessions.map(session =>
                 this.services.groupsService.contents('', params, session)
             ));