I have an empty array (it is not null), i would like to query on that. Any ideas?
Queries on arrays are unsupported at the moment
You might want to 👍 this issue: https://github.com/appwrite/appwrite/issues/2838
[CLOSED] How to query on a empty Array?
Thanks @Steven i can fix it with an other method, a workaround. But it would be nice if i can do this.
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", ...