Skip to content

Conversation

walexee
Copy link
Contributor

@walexee walexee commented Aug 30, 2024

Motivation and Context (Why the change? What's the scenario?)

Vector indexes are not created correctly when CamelCaseElementNameConvention is added for MongoDB

High level description (Approach, Design)

This fix first checks if CamelCaseElementNameConvention is added. If it's added, the target fields for the index are converted to all lowercase. If not, the fields are left as pascal casing.

@walexee walexee requested a review from dluc as a code owner August 30, 2024 23:04
@walexee walexee changed the title Fix758 Fix for mongo Atlas vector index referencing fields that do not exist Aug 31, 2024
@walexee
Copy link
Contributor Author

walexee commented Sep 3, 2024 via email

Copy link
Contributor

@alkampfergit alkampfergit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good.

@dluc dluc merged commit 94cfd15 into microsoft:main Sep 5, 2024
6 checks passed
@walexee walexee deleted the fix758 branch September 5, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants