Quantcast
Channel: DreamFactory Forum - Latest posts
Viewing all articles
Browse latest Browse all 5028

Query filter in javascript sdk

$
0
0

if this is 1.x, try
'filter=userid%3D' + id + ' AND batch%3D' + 1

in 2.x the conditions need to be in parentheses
'filter=(userid%3D' + id + ') AND (batch%3D' + 1 + ')'


Viewing all articles
Browse latest Browse all 5028

Trending Articles