fix(commune): fetch more communes by postal code

This commit is contained in:
Paul Chavard 2024-03-04 08:28:09 +01:00
parent 5da1eb3024
commit 2d76e8386e

View file

@ -39,7 +39,7 @@ class DataSources::CommuneController < ApplicationController
type: 'commune-actuelle,arrondissement-municipal',
codePostal: postal_code,
boost: 'population',
limit: 20
limit: 50,
})
end