Searches Users by the provided UserNum.
This is an exact match search.
Future<RxUser?> searchByNum(UserNum num) async => (await _search(num: num)).edges.firstOrNull;