-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
When trying to create a text index for multiple fields in a collection, the index creation fails.
My guess is that instead of creating one text index with multiple fields, the creation of multiple text indexes is attempted and that fails because only one text field is allowed per collection in MongoDB.