Wrong results for !< query #2344

Closed
opened 2014-02-24 09:41:05 +00:00 by rlx · 3 comments
Owner

(https://0xdb.org/grid/likes/likes!%3C10) - returns all items with value >= 10, and all items with value = 0.

The same bug may be present in other places too.

(https://0xdb.org/grid/likes/likes!%3C10) - returns all items with value >= 10, and all items with value = 0. The same bug may be present in other places too.
j added the
backend
label 2014-02-24 09:41:05 +00:00
j added this to the 14.01 milestone 2014-02-24 09:41:05 +00:00
j self-assigned this 2014-02-24 09:41:05 +00:00
j added the
defect
label 2014-02-24 09:41:05 +00:00
Owner

the query sent to the api looks like this:

{"conditions":[{"key":"likes","value":"10","operator":"!<"}],"operator":"&"}
the query sent to the api looks like this: ``` {"conditions":[{"key":"likes","value":"10","operator":"!<"}],"operator":"&"} ```
j added the
major
normal
labels 2014-02-24 10:05:17 +00:00
Author
Owner

< also returns wrong results. 0.0 is stored as undefined in the db, should be 0.0.

< also returns wrong results. 0.0 is stored as undefined in the db, should be 0.0.
rlx added
major
and removed
normal
labels 2014-02-24 10:11:24 +00:00
Author
Owner

Also see #2345.

Also see #2345.
j added the
fixed
label 2014-02-24 11:40:06 +00:00
j closed this issue 2014-02-24 11:40:06 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#2344
No description provided.