Before release, we must remove any reference to the bsonx package in the public API of any stable package.
Original Description
In order to create indexes via the driver, you must specify the index specification using the mongo.IndexModel type, which is quite snappy). However, this type expects keys to be specified as a bsonx.Doc.
I would expect this to use a bson.D.
- related to
-
GODRIVER-729 Add IndexOptions struct to use as the type of IndexModel.Options
- Closed