Skip to content
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

remove generate id for aggregation #240

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Idokah
Copy link
Collaborator

@Idokah Idokah commented Mar 23, 2022

Due to a problem we had in content manager, we added _id when returning a query result without _id.
This issue relevant only for find, and not for aggregate.
for aggregate, we get misleading information - because we are generating _id even though the query result shouldn't have _id
For example, group by 'field1' - the response should have only field1 as column, and the _id we are generating for them is not relevant.

@MXPOL MXPOL force-pushed the master branch 2 times, most recently from 46200f8 to bf6d4e7 Compare March 28, 2022 16:50
@MXPOL MXPOL force-pushed the master branch 9 times, most recently from 949071c to 8ff9119 Compare June 7, 2022 16:00
@MXPOL MXPOL force-pushed the master branch 4 times, most recently from 9f52c5a to a29fba4 Compare June 8, 2022 13:13
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.

1 participant