Additional aggregation stages
Answered
I'm doing an aggregate (with a qb.where(...).where(...)) followed by a .project(...)
After that...I'd like to do more matching. It seems like I have to fall back on the standard match method with a json object at that point.
Is there a way to use the fluent api with aggregation where you can continue to use the where clause after projecting, etc. ?
Like this?
Like this?
Replies have been locked on this page!