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
- encrypt and decrypt buckets
I have a bucket where I switched from encryption to not encrypting files. I later realized that files already uploaded earlier stay encrypted. Now I have a buck...
- Unable to Create Storage After Upgrading...
We upgraded our Appwrite instance from version 1.8.0 to 1.9.0 and successfully ran the migration process. However, after the upgrade, we are no longer able to c...
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...