-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
Affects Version/s: 2.0.2
-
Component/s: Java Shell
-
None
-
Environment:OS: Windows
node.js / npm versions: 8.19.4
Additional info: none
-
Not Needed
-
Developer Tools
Problem Statement
MongoDB Shell for JVM not support distinct, remove and findAndModify.
Steps to Reproduce
Build the jar like MongoDB Shell,then use the jar to execute js code
db.collection.explain().distinct()
Expected Results
The explain result for distinct。
Actual Results
The distinct result,i.e. an array result。
- duplicates
-
MONGOSH-1615 MongoDB Shell for JVM not support distinct, remove and findAndModify
- Open