
I am working on implementing a search feature in my application using Query.search. As part of this, I need to create indexes for my queries to search within. However, I accidentally created an incorrect index, and now I am unable to delete it.
Initially, before refreshing the page, I was able to delete the incorrect index and create new ones. But after refreshing, the wrong index reappeared, and the new indexes I created are now gone. Additionally, I can't recreate the new indexes because the system indicates that the key is already in use.

Unable to Create or Manage Indexes in Database Collection
Recommended threads
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
