Hi, is** Query.contains** not yet supported in Client SDK? What is the suggested alternative to query if a value exist in an array field of a document with Client SDK?
TL;DR
Yes, Query.contains is not currently supported in the Client SDK. You can show your support for this feature by liking the feature request on GitHub: <https://github.com/appwrite/appwrite/issues/2838>. As for an alternative, you can try using a regular expression to check if a value exists in an array field of a document with the Client SDK.