Litote / kmongo

[deprecated] KMongo - a Kotlin toolkit for Mongo
https://litote.org/kmongo/
Apache License 2.0
781 stars 74 forks source link

Extend usage of dayOfYear, Month and Week to ObjectID #335

Closed PrideIsLife closed 2 years ago

PrideIsLife commented 2 years ago

Currently the usage of dayOf... expressions are limited to KProperties extending Temporal Accessors. In mongoDB compass I'm able to aggregate using the dayOfYear expression on ObjectID perfectly fine.

image

Please extends the usage of those expressions to ObjectID as well. Thanks.