
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
- Unable to add permission when creating a...
I am creating a collection from a cloud function using the Appwrite Dart server SDK, and I want to add permissions so it can be accessed by users. I added code ...
- Resource limit on the free plan
I'm currently building a health-focused tech project as part of a student initiative, and I’ve been using Appwrite extensively for backend services. As part o...
- search using appwrite
hi guys, i am building a web app and i got a collection that has like 500 documents, those documents are listed on a page and i got a search input, my question ...
