I am looking for any simple way to filter the the meta data of the documents ($collectionId, $createdAt.. etc) during the database READ.. any simple way to filter them out
$collectionId : "Products" $createdAt : "2023-06-12T20:18:47.121+00:00" $databaseId : "MealmeeDB" $id : "64877da71d9b8b369562" $permissions : [] $updatedAt : "2023-06-12T20:24:20.871+00:00" isAvailable : true productCategory : "Fruits" productDescription : "Banana" productName : "Banana" productPrice : 1.75 qunantity : 0
How to filter meta data of the document?
We plan to improve select to only include the selected attributes rather than automatically including system attributes.
You might want to 👍 this related issue https://github.com/appwrite/appwrite/issues/5376
Recommended threads
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- ACTIVATE DEPLOYMENT PROBLEM...
It's not giving me the option to activate a deployment that says it's ready..
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...