You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
index destroy should remove also the indices created by using templates. In order to do so, it cannot remove all of the indices with a given prefix because the prefix might be None. It has to check what the templates' names are to be sure it will remove only the indices we created.
The text was updated successfully, but these errors were encountered:
index destroy
should remove also the indices created by using templates. In order to do so, it cannot remove all of the indices with a given prefix because the prefix might beNone
. It has to check what the templates' names are to be sure it will remove only the indices we created.The text was updated successfully, but these errors were encountered: