Skip to content

Commit e51e7ed

Browse files
gagiknirinchev
andauthored
Update src/tools/mongodb/metadata/explain.ts
Co-authored-by: Nikola Irinchev <[email protected]>
1 parent 599a179 commit e51e7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/mongodb/metadata/explain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class ExplainTool extends MongoDBToolBase {
8282
return {
8383
content: [
8484
{
85-
text: `Here is some information about the winning plan chosen by the query optimizer for running the given \`${method}\` operation in \`${database}\`. This information can be used to understand how the query was executed and to optimize the query performance.`,
85+
text: `Here is some information about the winning plan chosen by the query optimizer for running the given \`${method}\` operation in \`${database}.${collection}\`. This information can be used to understand how the query was executed and to optimize the query performance.`,
8686
type: "text",
8787
},
8888
{

0 commit comments

Comments
 (0)