pub async fn find(
search_parameters: PlantsSearchParameters,
page_parameters: PageParameters,
app_data: &Data<AppDataInner>
) -> Result<Page<PlantsSummaryDto>, ServiceError>
Expand description
Search plants from in the database.
Errors
If the connection to the database could not be established.