Hello,
I have an array attribute called groups with say 2 documents like this A) ['john doe', 'testperson5']
B) ['jane doe', 'testperson']
when i use Query.search('groups', 'testperson')
I am getting both documents. Is there a way that i can and get exact match using Query.search?
Thanks
Maybe if you wrap the keyword with double quotes
Ok, I will try that and report back.
Yep! That will do the trick. Thanks Steven.
[SOLVED] Full Text Search In String Array
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...
- 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...
- Appwrite exception: user_unauthorized, t...
After refreshing the app it is working perfectly