-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.7.8
-
Component/s: Shell
-
Server Tooling & Methods
h2: Enhancement
Want to the ability to add number in order to create a range, for example
{_id: {$gt: <RND_NUM>, $lt: <RND_NUM>+50}}
This could look something like
{ op: "let", target: "x", value: {"#RAND_INT": [0,50] }}, { op: "find", query: { _id : { $gt : { "#VARIABLE" : "x" }, $lt : { "#ADD" : [{#VARIABLE: "x"},50 } } } }