2 messages · Page 1 of 1 (latest)
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.