Ramez Debbas
Ramez Debbas
@apotropaic @elistone What I'm trying to do is to find all the activities by passing an array of users. so wherePointer will not work for me. I want to use...
@elistone , I changed , it actually returned some results , but for some reasons it did not query what I passed to it. It just retuned all the rows...
@elistone No It didn't work as expected Here is my $usersQuery->_query { "email": { "$in": [ "[email protected]", "[email protected]", "[email protected]" ] } } When I use the whereInQuery with 'users' not...
Hi @elistone we figured out the problem, tried it out with curl and it worked. Here is what I found the parseQuery->_query looks like the following { "User": { "$inQuery":...