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

[Question/Support] Monoid Aggregation support #509

Open
1 task done
KinWang-2013 opened this issue Mar 5, 2025 · 0 comments
Open
1 task done

[Question/Support] Monoid Aggregation support #509

KinWang-2013 opened this issue Mar 5, 2025 · 0 comments
Labels
question Further information is requested

Comments

@KinWang-2013
Copy link

KinWang-2013 commented Mar 5, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Describe your question or ask for support

I am using mongoid aggregation which finally returns an array(i do to_a).
example: Model.collection.aggregate(pipeline).to_a

In my index API, I use blueprinter with association:
example:
association :creator, blueprint: UserBlueprint

but when I do render_as_json the creator is null

am I doing something wrong?

@KinWang-2013 KinWang-2013 added the question Further information is requested label Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant