Query: projected collection navigations don't get tracked if the collection is composed on #8999
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-2.0
type-bug
Milestone
Related to #7131
We currently preform fixup if the collection is projected direcly (by using include pipeline), however if it's composed on, we don't.
e.g.:
We should either change the way we do fixup for those cases, or improve the logic that converts collection projections to includes to incorporate more cases (esp. filters)
The text was updated successfully, but these errors were encountered: