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