-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.36.1
-
Component/s: Aggregation pipeline
-
None
-
Environment:OS: MacOs
node.js / npm versions: --
Additional info: MongoDB Compass v1.36.1
-
Not Needed
Problem Statement/Rationale
In the newest version of the mongodb compass, pressing "enter" to autocomplete an aggregation pipeline step removed the step itself, and autofills the spec without the step itself.
Steps to Reproduce
See attachment.
- Go to aggregations tab
- Click "text" in the upper right corner
- Start typing the name of an aggregation step (such as "$project")
- Press enter to allow for autocompletion
- Notice that the part of the step that you have typed dissapears
Expected Results
The pipeline step does not dissapear
Actual Results
The pipeline step dissapears, and only the autocomplete of the spec remains