-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.31.0, 1.32.6
-
Component/s: Import/Export
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Not Needed
This check in export.js (from this commit) is incomplete in that it only handles non-nested _id values.
It fails when _id is a subdocument, in which case selecting subfields will result in a project like '_id.a': 1, '_id': 0, which the server (rightfully) rejects.
See HELP-36599 for more details.
- depends on
-
COMPASS-6426 gatherFields() export function and tests
- Closed
-
COMPASS-6427 exportJSON() export function and tests
- Closed
-
COMPASS-6428 exportCSV() export function and tests
- Closed
-
COMPASS-6582 Remove new export feature flag, remove old export store an ui code
- Closed
- related to
-
COMPASS-4256 _id is always exported even when not selected
- Closed