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
With mongo driver 2.0 they re-introduced the IndexModel.
Currently wither uses a custom implementation to create and manage indexes.
There is also a bug, the custom implementation does not work with text-based indexes after the first run, I don't think we should try to solve this issue before re-introducing the IndexModel since I'm pretty sure it will fix itself.
With mongo driver 2.0 they re-introduced the IndexModel.
Currently wither uses a custom implementation to create and manage indexes.
There is also a bug, the custom implementation does not work with text-based indexes after the first run, I don't think we should try to solve this issue before re-introducing the IndexModel since I'm pretty sure it will fix itself.
Related documentation:
The text was updated successfully, but these errors were encountered: