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
- SSR Auth with Tanstack Start requires ha...
I followed the Next.js guide for SSR Auth on https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1 I tried to replicate it for Tanstack Start. However, on...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- how can i make a relationship between a ...
i want to relate the $id from users auth table in appwrite with other column in my table user_profile. because is the same user... how can i have exactly the s...