AdminBenjamin (Admin, MongoDB)
My feedback
11 results found
-
1 vote
An error occurred while saving the comment -
2 votesAdminBenjamin (Admin, MongoDB) shared this idea ·
-
5 votesAdminBenjamin (Admin, MongoDB) shared this idea ·
-
3 votesAdminBenjamin (Admin, MongoDB) shared this idea ·
-
6 votesAdminBenjamin (Admin, MongoDB) shared this idea ·
-
4 votes
An error occurred while saving the comment AdminBenjamin (Admin, MongoDB) commentedThis can actually be done today using $expr, here's an example where the magic number is just the number of days in milliseconds
{
"archive": true,
"$expr": {
"$lte": [
"$bucket_end_date",
{
"$subtract": [ "$$NOW", 146880000000 ] }
]
}
} -
41 votes
We’re currently researching the best way to add support for this.
An error occurred while saving the comment AdminBenjamin (Admin, MongoDB) commentedThanks for the suggestion Michael! We are actually planning on adding support for something similar in the coming quarters so please keep an eye on this idea, it will show progress updates as we proceed.
-
11 votesAdminBenjamin (Admin, MongoDB) shared this idea ·
-
16 votesAdminBenjamin (Admin, MongoDB) shared this idea ·
-
51 votesAdminBenjamin (Admin, MongoDB) shared this idea ·
-
43 votesAdminBenjamin (Admin, MongoDB) shared this idea ·
Hey Tom, we will not be removing the requirement that knnBeta be a top level operator, but the functionality will evolve. Requiring knnBeta be a top level operator was done to make the feature more usable and provide a more consistent experience. Is there a specific outcome you're unable to achieve with this requirement?
Can you share more about the filter parameter being "omitted", it is an optional parameter, you don't have to have a filter.