small_title attribute is 100 chars long
then why i get this 768 error
Fulltext Index Length Error on Any String Attribute Size
Arrays automatically become longtext: https://github.com/utopia-php/database/blob/f2626acd42665a9987c94af1c93bf20c28d55c9d/src/Database/Adapter/MariaDB.php#L221
but small_title isnt an array?
Oops sorry I thought this was the same as another message you posted
It could be due to a previously created index 😕
um
small_title is a new attribute tho
but i did create a new index for category_ids in https://discord.com/channels/564160730845151244/1148232459843018843
because remember we talked about the 36 max size for id attributes
Index validation is done on all indexes
so whats the solution...
new collection-?
Sure. Or wait to see what happens with https://github.com/appwrite/appwrite/issues/6129
but that issue is somewhat different than mine right.. should i add my issues as well? or create a new one?
Just comment about your problem and 👍 it
done 👍
hope it reverts back because lot of collections are dependant on it
Recommended threads
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...