You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I new a query as follow, but the execute result is empty, what is it wrong? $query = new MongoDB\Driver\Query( array( 'FieldName' => new MongoDB\BSON\Regex( '/^Test/', 'i' ) ), array( 'sort' => array( 'OrderBy' => -1 ) ) );