You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorder methods. Tweak Javadoc and documentation wording. Mention projection expressions in the what's new section. Reformat code.
See #3583
Original pull request: #3585.
MongoDB allows using aggregation expressions as part of the fields projection as shown below.
Initial Support:
query.fields
object should be able to accept an expression eg. by using aBasicQuery
.@Query
annotation should parse thefields
attribute holding an expression.Final Support: (might require a follow up ticket)
AggregationExpression
viaField
projection API.The text was updated successfully, but these errors were encountered: