Function backend::service::map::find

source ·
pub async fn find(
    search_parameters: MapSearchParameters,
    page_parameters: PageParameters,
    app_data: &Data<AppDataInner>,
) -> Result<Page<MapDto>, ServiceError>
Expand description

Search maps from the database.

§Errors

If the connection to the database could not be established.