Problem Statement/Rationale
What is going wrong? What action would you like the Engineering team to take?
The customer reported an issue w/ Compass v1.34.2 where the index key definition is no longer showing the index key in the correct letter case despite it being created in a mixed case.
Steps to Reproduce
Create an index w/ index keys that are mixed cases.
Expected Results
The Compass UI displays the mixed case index keys.
Actual Results
On the Compass UI, the index keys are all capitalized.
Additional Notes
On the Atlas UI and the mongoshell or the mongosh in compass, it displays the index in the correct mixed case when calling the getIndexes() command. However, this is not the case on the compass UI.