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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...