Array
(
[_id] => 4
[FacebookID] => 333
[GameCenterID] => 111
[GoogleGamesID] => 42244
[Nickname] => Maniek
[Id] => 4
)
<?php
$searchData = array(
'$or' => array(
array('FacebookID' => 12312),
array('GoogleID' => 123123)
);
);
$userQuery = $userRepository->createQuery($searchData);
--
You received this message because you are subscribed to the Google Groups "Mandango Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mandango-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.