Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20365] $in operator not working

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterOlabosipo Shoroye
AssigneeUnknown
Created2016-02-05T15:16:35.000+0000
Updated2018-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.

Comments

No comments

JSON Source