-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.0.2
-
Component/s: None
-
None
-
Environment:All
Creating a "2d" index on a location field for example creates the wrong name for the index:
"location_0" instead of "location_2d"
This creates an issue when dropping indexes by name (currently the only supported method) and when creating multiple indexes of non simple types (they would have the same name)