Closed Bug 1163415 Opened 9 years ago Closed 9 years ago

Range filters missing all conditions

Categories

(Testing Graveyard :: ActiveData, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ekyle, Assigned: ekyle)

Details

Qb query ranges are not compressed
> {
>     "gte":{"build.date":"{{23 APR 2015}}"},
>     "lt":{"build.date":"{{25 apr 2015}}"}
> }

Wrongly results in only

> {"range":{"build.date":{"lt":1429920000}}}
fixed with
https://github.com/klahnakoski/ActiveData/commit/36c7ae29ad551409e05600376e99f641bae10c05
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.