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
- GOT 500 error when going to the appwrite...
I gott 500 internal error screen and my API is timeout. please help to take a look. Traceback (most recent call last): File "D:\conda\envs\wrista\Lib\site-pa...
- Returned columns when Query.select is us...
Hello, I am noticing that whatever i put in Query.select, the returned data will always contain the following fields ` "total": 1, "rows": [ { ...
- Does appwrite supports increasing the va...
I am building a chat application where user message needs to increased on every row creation. For this is there any increament feature?