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
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...
- 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...