mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Add reminder to filter results from listCollections
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user