|Err(e)=>Err(format!("Failed to parse ORCiD search response: {e}")),
|Err(why)=>Err(why.to_string()),
}
}
/// Construct a query string for an endpoint API query from a list of field-value pairs, a list of fields, and a list of fields with boosted relevance.
@@ -737,7 +757,7 @@ where
/// - The list of fields with boosted relevance, joined with URL encoded space, prefixed with "&qf=".
///
/// If the list of field-value pairs is empty, an empty string is returned.