-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: next
-
Component/s: Index Management, TypeScript
Use Case
As a developer using the mongodb node driver
I want improved typing for search index definitions
So that I can catch errors in my search index definitions before runtime.
User Impact
- Anyone using searchIndexes has looser definitions that could lead to runtime errors.
- The impact is low.
- Nobody is blocked or broken.
Dependencies
- None
Unknowns
- None
Acceptance Criteria
Implementation Requirements
- The type definitions for `SearchIndexDescription` match the latest documentation at Create an Atlas Search Index
Testing Requirements
- New types are fully tested using `tsd`
Documentation Requirements
- API Docs need to be regenerated
Follow Up Requirements
- N/A
- is related to
-
NODE-5919 [Vector Search GA] Add support for the new type field when creating search indexes
- Closed