I have tried the following queries
{ where: { id : { in : ar} } }
{ where: { id : { $in : ar} } }
{ where: { or : [ { id: '544d00c0c9daea1a0300000c' },
{ id: '5443d5f802b7f53752000002' } ]
} }
and lots more, also with $in instead of in.
anyway not getting anything to work, is it something to do with objectid?
Thanks,
Bryan