pub async fn search_for_user_details_by_other_details(
conn: &mut PgConnection,
search: &str,
) -> ModelResult<Vec<UserDetail>>Expand description
Searches user_details by exact user id.
pub async fn search_for_user_details_by_other_details(
conn: &mut PgConnection,
search: &str,
) -> ModelResult<Vec<UserDetail>>Searches user_details by exact user id.