Closed brianlukoff closed 1 year ago
we added a "toggle hidden" option in the context menu for each index.
We have just released a release candidate with this issue corrected. Please check it out here: https://github.com/mingo-app/mingo/releases/tag/v.1.13.4
If I try to edit an index and change it from hidden to unhidden (or vice versa), Mongo will rebuild the entire index. Would be great to be able to use
hideIndex
andunhideIndex
to hide or unhide a large index quickly without rebuilding it.