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
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Qu...
- Searching by attribute "name" requires a...
I have a table "products" with a few columns I'm trying to search by, but I get this error: ```json { "message": "Searching by attribute \"name\" requires a...