Filter groups by name
authorMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Mon, 10 Dec 2018 17:00:05 +0000 (18:00 +0100)
committerMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Mon, 10 Dec 2018 17:00:05 +0000 (18:00 +0100)
Feature #14505

Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski@contractors.roche.com>

src/store/groups-panel/groups-panel-middleware-service.ts

index 9d43b1165d7c889b34cc4485b4137263e3bc776e..3cfdf33d698a1b2069efb5614bee3784d0c570d9 100644 (file)
@@ -32,6 +32,7 @@ export class GroupsPanelMiddlewareService extends DataExplorerMiddlewareService
 
                 const filters = new FilterBuilder()
                     .addEqual('groupClass', null)
+                    .addILike('name', dataExplorer.searchValue)
                     .getFilters();
 
                 const response = await this.services.groupsService