diff --git a/source/components/conversation/select/SelectGéo.js b/source/components/conversation/select/SelectGéo.js index 3fc806799..646f0b16d 100644 --- a/source/components/conversation/select/SelectGéo.js +++ b/source/components/conversation/select/SelectGéo.js @@ -9,7 +9,7 @@ let getOptions = input => input.length < 3 ? Promise.resolve({ options: [] }) : fetch( - `https://geo.api.gouv.fr/communes?nom=${input}&fields=nom,code,departement,region&` + `https://geo.api.gouv.fr/communes?nom=${input}&fields=nom,code,departement,region&boost=population` ) .then(response => { if (!response.ok)