
I am creating an index in my collection, why it takes so long to process until now. So I tried to create new index, but still the same error. Then trying to delete, it does not reflect to delete the specific index I have created.

new update

it failed to create this index

same processing tag in attributes too when I created new attributes! looks like there is something wrong with Appwrite cloud.

Hey there π During daily backups, index creation can be stuck at processing for ~15 minutes. Eventuelly, it will run. We are aware of this limitation and are working towards a better backup strategy π
Regarding failed status, it failed because it's not possible to create fulltext index on $cratedAt, which is datetime attribute. fulltext indexes only work properly on string attributes I believe. Any reason you wanted to mark this idnex of type fulltext, and not key or unique?

I want to use the fulltext it becasue i am using the Query.search, to search if this specific email is exist or not

Why not use the equal query?

ohhhh I seeee so in that case I will not choose full text? what do I choose key or unique?

If you need the attribute to be unique across all documents in the collection, choose unique. Otherwise, choose key

than you so much steven
Recommended threads
- Sites 30MB limit from GitHub
Iβm deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but itβs in a subdirectory with the root being an html landin...
- [bug] API response is good but UI don't ...
Hi guys! When i got my object, it have billingInfo relation, in the web ui i just got pading state, and the row shows object is null, but when i work whit this...
- Query params are way too limiting in ter...
I was trying to list rows in a table that do not already exist in another table. I retrieved around 260 row IDs which are 13 characters in length each, and then...
