X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2a8e3741faa4e2e1b8577dd58f6cd1c08887f45d..e8caf8d78d046008b7a951f6b1ba5d015dafb6bc:/docs/admin/Import.md diff --git a/docs/admin/Import.md b/docs/admin/Import.md index ef0da0be..e3a32481 100644 --- a/docs/admin/Import.md +++ b/docs/admin/Import.md @@ -268,10 +268,9 @@ running this function. If you want to be able to search for places by their type through [special key phrases](https://wiki.openstreetmap.org/wiki/Nominatim/Special_Phrases) -you also need to enable these key phrases like this: +you also need to import these key phrases like this: - nominatim special-phrases --from-wiki > specialphrases.sql - psql -d nominatim -f specialphrases.sql + nominatim special-phrases --import-from-wiki Note that this command downloads the phrases from the wiki link above. You need internet access for the step.