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
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...