Skip to content

Commit

Permalink
we don't support query.nested_fields.nested_collections yet
Browse files Browse the repository at this point in the history
  • Loading branch information
hallettj committed Jan 15, 2025
1 parent 65625d3 commit 351446d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mongodb-connector/src/capabilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub fn mongo_capabilities() -> Capabilities {
}),
order_by: Some(LeafCapability {}),
aggregates: Some(LeafCapability {}),
nested_collections: Some(LeafCapability {}),
nested_collections: None, // TODO: ENG-1464
},
exists: ExistsCapabilities {
named_scopes: None, // TODO: ENG-1487
Expand Down

0 comments on commit 351446d

Please sign in to comment.