[AC-1696] ACS.Objects.query returning false result with $and where condition
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2015-07-03T23:44:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | TCSupportTriage, acs, customobjects, query |
Reporter | Peter Rockey |
Assignee | Mostafizur Rahman |
Created | 2015-01-27T09:53:30.000+0000 |
Updated | 2016-03-08T07:38:11.000+0000 |
Description
Hi Team,
Where I am trying to query custom object using where field with $and condition , it returning false result for some reason.The thing is, its not occurring always , but for some time.
I am running a batch job to do a duplication check and it work fine for one or two days with correct result, but after that it fail.
here is the $conditon i am using
{
"$and" : [{
"deviceToken" : deviceToken
}, {
"AlertId" : AlertId
}]
}
Have anyone faced similar issue? It will be great if there is any fix to this issue.
Hi, I had ran many test on this, still can't reproduce your problem. Would you please tell us what you mean about false result, there is no data return or just return wrong one. In the meanwhile, please provide the wrong data example to show your problem. Regards, Shuo
Please provide a full testcase in the form of app.js.