-
Type: Task
-
Resolution: Done
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: TypeScript
NODE-3651 Description
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.
- is depended on by
-
NODE-3651 Migrate creation of hashed index on 4.x
- Closed