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 b40882d commit 5be970cCopy full SHA for 5be970c
src/tools/mongodb/read/collectionSearchIndexes.ts
@@ -35,8 +35,8 @@ export class CollectionSearchIndexesTool extends MongoDBToolBase {
35
content: [
36
{
37
text: indexName
38
- ? `Found ${indexes.length} search indexes in the collection "${collection}" with name "${indexName}":`
39
- : `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}"`,
40
type: "text",
41
},
42
...(indexes.map((indexDefinition) => {
0 commit comments