[TIMOB-20365] $in operator not working
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Olabosipo Shoroye |
| Assignee | Unknown |
| Created | 2016-02-05T15:16:35.000+0000 |
| Updated | 2018-02-28T19:54:50.000+0000 |
Description
$in operator not querying as should. Code shown below
[Cloud.Events.query({
where: {
tags : {'$in': ['movie','netflix']}
}
}, function (e) {//continues]
and on the arrowdb backend I have pushed in values to make tags for the event look like [" ","movie","netflix"]. Its not picking up the event. I'm using Titanium SDK syntax.
No comments