backend::service::map

Function find

source
pub async fn find(
    search_parameters: MapSearchParameters,
    page_parameters: PageParameters,
    pool: &SharedPool,
) -> Result<Page<MapDto>, ServiceError>
Expand description

Search maps from the database.

ยงErrors

If the connection to the database could not be established.