pub async fn find(
search_parameters: PlantingSearchParameters,
app_data: &Data<AppDataInner>,
) -> Result<TimelinePage<PlantingDto>, ServiceError>
Expand description
Search plantings from the database.
§Errors
If the connection to the database could not be established.