Update Range Query To Be API Friendly
Opened this issue · 1 comments
jshah commented
The Range Query currently has optional bound parms that could result in an empty query and also required ComparisonOp's that create funky method calls. We need to update the query so we pair the required parameters (ComparisonOp and Range value) and make the upperBound optional. This will result in a cleaner call to the query and a guaranteed result.
bojdell commented
Can you add a little more description here please?