mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Merge branch '357-doc_address-ref-requires-language' into 'master'
doc: chill:main:address-ref-from-best-addresse requires a language code Closes #357 See merge request Chill-Projet/chill-bundles!793
This commit is contained in:
commit
b277a7749a
@ -41,16 +41,18 @@ Postal code are loaded from this database. There is no need to load postal codes
|
|||||||
The data are prepared for Chill (`See this repository <https://gitea.champs-libres.be/Chill-project/belgian-bestaddresses-transform/releases>`_).
|
The data are prepared for Chill (`See this repository <https://gitea.champs-libres.be/Chill-project/belgian-bestaddresses-transform/releases>`_).
|
||||||
One can select postal code by his first number (:code:`1xxx` for postal codes from 1000 to 1999), or a limited list for development purpose.
|
One can select postal code by his first number (:code:`1xxx` for postal codes from 1000 to 1999), or a limited list for development purpose.
|
||||||
|
|
||||||
|
The command expects a language code as first argument.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
# load postal code from 1000 to 3999:
|
# load postal code from 1000 to 3999:
|
||||||
bin/console chill:main:address-ref-from-best-addresse 1xxx 2xxx 3xxx
|
bin/console chill:main:address-ref-from-best-addresse fr 1xxx 2xxx 3xxx
|
||||||
|
|
||||||
# load only an extract (for dev purposes)
|
# load only an extract (for dev purposes)
|
||||||
bin/console chill:main:address-ref-from-best-addresse extract
|
bin/console chill:main:address-ref-from-best-addresse fr extract
|
||||||
|
|
||||||
# load full addresses (discouraged)
|
# load full addresses (discouraged)
|
||||||
bin/console chill:main:address-ref-from-best-addresse full
|
bin/console chill:main:address-ref-from-best-addresse fr full
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user