1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

Add reminder to filter results from listCollections

This commit is contained in:
kodumbeats 2021-06-17 14:22:43 -04:00
parent 90b280a014
commit 3c7b7d21f5

View file

@ -84,6 +84,7 @@ App::get('/v1/database/collections')
/** @var Utopia\Database\Database $dbForExternal */
$collections = $dbForExternal->listCollections($limit, $offset);
// TODO@kodumbeats allow for filtering collections
$response->dynamic2(new Document([
'collections' => $collections,