pub async fn autocomplete_handler(
configuration: &Configuration,
provider: &str,
collection: &str,
search_type: SearchType,
search_string: &str,
limit: i32,
offset: i32,
) -> Result<Vec<String>, Error<AutocompleteHandlerError>>