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
- Question: Best practices for implementin...
Hi everyone! I'm building an application that needs a multi-level hierarchy: Organizations → Teams → Users. I see that Appwrite provides a Teams service, but I...
- In operator
can we have in operator or if you can suggest any workaround
- Table contents missing (attributes+rows)
Here is an image of the cloud and the attributes that should exist Some of the table do have the data but others dont. I am able to access the rows via api c...