Hi I am trying to create a text index in mongodb compass.
It gives me the following error:
Index build failed: 37ecddaa-47ae-4dc4-928e-2af83156fb10: Collection test.commerceProduct ( 9dc03ec5-cda1-4b61-8245-04d085846dbe ) :: caused by :: found language override field in document with non-string type
I am creating it on name field.
The values in name are not null neither empty, they are of string type.
If someone can please help.