-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: TypeScript
I am migrating from driver version 3 to 4.
In version 3, I used collection.createIndex({field: "hashed"}) to create a hashed index.
However, it is blocked by the type system in version 4 as "hashed" is not included in type IndexDirection.
- depends on
-
NODE-3652 Investigate NODE-3651 - Migrate creation of hashed index on 4.x
- Closed