Details
-
Bug
-
Resolution: Done
-
Major - P3
-
1.0.2
-
None
-
None
-
All
Description
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)