In the database viewer of the console I don't see how I can find a document by id. I can only filter on the custom attributes. Am I missing something? See available filter options in the image.
Appwrite Console might not have a direct option to search for a document by its ID
But you can programmatically retrieve a document by ID using the Appwrite API.
You can go through Appwrite API: https://appwrite.io/docs/apis/rest
Recommended threads
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- 1.8.1 - Databases - inline updating a ro...
When updating a database field via the inline edit method, the `$updatedAt` column does not get updated. Only if the row is updated by the "Update" interface (t...
- Other DateTime Columns Are Saved Incorre...
When opening a row’s details from the console and editing any field, the timestamps of other DateTime columns are being automatically changed and incorrectly sa...