We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859c7bd commit 0ba5de8Copy full SHA for 0ba5de8
src/tools/mongodb/read/collectionSearchIndexes.ts
@@ -30,8 +30,8 @@ export class CollectionSearchIndexesTool extends MongoDBToolBase {
30
content: [
31
{
32
text: indexName
33
- ? `Found ${indexes.length} search indexes in the collection "${collection}" with name "${indexName}":`
34
- : `Found ${indexes.length} search indexes in the collection "${collection}"`,
+ ? `Found ${indexes.length} search indexes in the collection "${collection}" with name "${indexName}":`
+ : `Found ${indexes.length} search indexes in the collection "${collection}"`,
35
type: "text",
36
},
37
...(indexes.map((indexDefinition) => {
0 commit comments