-
Type:
Task
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Today, $currentDate in update command has several issues:
- Passing in 'false' instead of 'true' keeps the type as date. If this is intended, it should be documented.
- Should it accept 1 and 0 as boolean? I would argue against that due do the following...
- $type field does not take in typeId like how $type query operator does today.
- Shapifying $currentDate always results in something like:
example: { $type: "date" }, regardless of whether boolean or string is used. If we want to gather more info on cx usage (especially to gather data for point 1), then it should be shapified to be exactly like how the cx uses $currentDate.
- includes Epic(s)
-
SERVER-110344 Implement query shape and query stats store key for modifier update
-
- Closed
-
- related to
-
SERVER-115368 Complete TODO listed in SERVER-114765
-
- Needs Scheduling
-