pub async fn search_handler(
configuration: &Configuration,
provider: &str,
collection: &str,
search_type: SearchType,
search_string: &str,
limit: i32,
offset: i32,
) -> Result<LayerCollection, Error<SearchHandlerError>>pub async fn search_handler(
configuration: &Configuration,
provider: &str,
collection: &str,
search_type: SearchType,
search_string: &str,
limit: i32,
offset: i32,
) -> Result<LayerCollection, Error<SearchHandlerError>>