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
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...