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.
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.