Skip to content

DATAMONGO-1254 - Group after Project in aggregation uses incorrect field name. #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Member

We now push the aliased field name down the aggregation pipeline for projections including operations. This allows to reference them in a later stage.

Prior to this change the field reference was potentially resolved to the target field of the operation which did not result in an error but lead to false results.

…eld name.

We now push the aliased field name down the aggregation pipeline for projections including operations. This allows to reference them in a later stage.

Prior to this change the field reference was potentially resolved to the target field of the operation which did not result in an error but lead to false results.
christophstrobl added a commit that referenced this pull request Jul 27, 2015
…rrect aliased field name.

We now push the aliased field name down the aggregation pipeline for projections including operations. This allows to reference them in a later stage. Prior to this change the field reference was potentially resolved to the target field of the operation which did not result in an error but lead to false results.

Original pull request: #311.
christophstrobl added a commit that referenced this pull request Jul 27, 2015
…rrect aliased field name.

We now push the aliased field name down the aggregation pipeline for projections including operations. This allows to reference them in a later stage. Prior to this change the field reference was potentially resolved to the target field of the operation which did not result in an error but lead to false results.

Original pull request: #311.
@odrotbohm odrotbohm closed this Jul 27, 2015
@odrotbohm odrotbohm deleted the issue/DATAMONGO-1254 branch July 27, 2015 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants