pub async fn search_for_user_details_by_other_details(
    conn: &mut PgConnection,
    search: &str
) -> ModelResult<Vec<UserDetail>>