this.database.listDocuments(this.joinedUserDatabaseId, this.joinedUserCollectionId,[Query.search('email', search), Query.notEqual('email', ignoreThisEmail)])
email value is: a-sample@sample.com
I just get an empty array back. With "_" in the mail and of course only characters/numbers works perfectly.
I use Appwrite Cloud and Angular with Sdk.
I just can't explain it for me π
thanks for any help.
greets matze
Thanks π i dont found this info inside appwrite docu.
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...