Hi i successfully upgraded my self hosted appwrite from 1.4.3 to 1.5.4 yesterday but now i get errors when i try to create a fulltext search index on an array
error: fulltext index forbidden on array attributes
I think the only reason to set a fulltext search index on an array would be to do a Query.search. Instead of using Query.search you now need to use Query.contains. As far as I know you don't need an index to use Query.contains.
It was a bit hacky so it was removed in that version. As @WhiteWalker72 said, now it's better using contains query
thank you
No problem! Feel free add [SOLVED] in front of the title so others can see your issue is solved 🙂
Recommended threads
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...