fix(commune): fetch more communes by postal code
This commit is contained in:
parent
5da1eb3024
commit
2d76e8386e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class DataSources::CommuneController < ApplicationController
|
||||||
type: 'commune-actuelle,arrondissement-municipal',
|
type: 'commune-actuelle,arrondissement-municipal',
|
||||||
codePostal: postal_code,
|
codePostal: postal_code,
|
||||||
boost: 'population',
|
boost: 'population',
|
||||||
limit: 20
|
limit: 50,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue