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
- Rate límit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...
- How to set permissions using the createO...
Hi, I'm trying to create a set of registers in a table using the tableDB.createOperations function, but it seems like it doesnt support/expect the usage of the ...
- I reached my budget limit how?
Hi, I got a message saying I reached my budget limit already? Makes no sense? In 4 days I reached 3.4M reads in a project how with only 100 users? This is my pr...