Problem Statement/Rationale
What is going wrong? What action would you like the Engineering team to take?
Please be sure to attach relevant logs with any sensitive data redacted.
Using Compass Schema Analyzer on the Movies database, "metacritic" key exists in sampling. However, this doesn't show up in autocomplete while creating an index in "Indexes" tab nor being able to select it.
The checkbox for creating a sparse index exists, but the field to use it on doesn't seem possible.
https://jira.mongodb.org/browse/COMPASS-1963
Steps to Reproduce
How could an engineer replicate the issue you’re reporting?
Create a sparse index on "metacritic" score in movie database.
Expected Results
What do you expect to happen?
"metacritic" to appear in dropdown if Schema Analyzer was able to discover it. or being able to type it
A sparse index to be created
Actual Results
What do you observe is happening?
No "metacritic" in autocomplete
An error is generated if I type "metacritic" and add a checkbox to create a sparse index
Additional Notes
Any additional information that may be useful to include.
- split to
-
COMPASS-6906 Use LG combobox
- Waiting (Blocked)