Problem Description
Steps to Reproduce
- Open any collection
- Go to Indexes tab
- Create text index on any string field
- Go to the Explain Plan tab
- Write some query that uses field with just created index on it
- click Explain
Expected Results
"Index Keys Examined:<number of documents>"
"Query used the following index: <text index name>
Actual Results
"Index Keys Examined:0"
"No index available for this query." is displayed