I wanted to search for a document using search feature in the database area of appwrite console, just as auth has search feature for users using userid or username.
So that searching for a document can be done by inputting the document id but it seems like am not able to do that.
You should 👍🏼 this issue: https://github.com/appwrite/appwrite/issues/4979
For now, if you know the exact id, you can put it in the url.
wow, thanks man @Steven
is this supported in the Appwrite Cloud Version? @Steven
What do you mean?
it wasn't possible before the recent appwrite cloud version, though I don't know if the recent can
Are you asking about searching and filtering in the Appwrite Console?
Yes
You might want to 👍 this issue: https://github.com/appwrite/appwrite/issues/4979
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...