Hello. I write my app in Java and need to delete specific value from documents. But I don't know how to list documents and find only documents with this value. In this collection, I have attribute List<String> with values. I need to find ONLY documents that List<String> contains my value. How to do that with Queries?
Aswerugad, I was just thinking about this same thing like 4 hours ago. Nothing of such in the Query docs.
Appwrite doesn't support queries on array attributes at the moment. You might want to π this issue https://github.com/appwrite/appwrite/issues/2838.
A hack right now if you have an array of words is to make a search index and use the search query.
Recommended threads
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...
- Can you suppress row $meta data?
When using listRows with a 'select' query to limit the response [for performance], I'm still getting extra columns (eg. `$id`, `$sequence`, `$createdAt`, `$upda...