Details
-
Task
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
None
-
Service Arch
Description
Today, the "listDatabase" command with "$tenant", no tenant prefix db and no "expectPrefix" does not support name filter. For example, the following command cannot return the "foo1", "foo2" of the tenant "xxxx". It returns empty database list.
db.adminCommand({listDatabases: 1, filter: {name: /^foo/}, "$tenant" : xxxx})); |