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
In AbstractEngine.ts, create() takes care of the index creation with createEngineIndex() and of the config collection creation with engineConfigManager.createCollection().
BUT, in delete(), there are no such reverse actions, to delete the config collection and finally the index itself.
version 1.2.0.
The text was updated successfully, but these errors were encountered:
This is tricky and must be discussed in house, because deleting a index can result in deleting things that have been created by other plugins and thus, this can be destructive for the application.
In AbstractEngine.ts,
create()
takes care of the index creation withcreateEngineIndex()
and of the config collection creation withengineConfigManager.createCollection()
.BUT, in
delete()
, there are no such reverse actions, to delete the config collection and finally the index itself.version 1.2.0.
The text was updated successfully, but these errors were encountered: