From 29895a1058757cf05b0fb135af70454095571b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Wroniszewski?= Date: Thu, 4 Jan 2024 15:38:56 +0100 Subject: [PATCH] Enable searching by category/POI type --- 4.3/init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/4.3/init.sh b/4.3/init.sh index e3e32f30..885718bd 100755 --- a/4.3/init.sh +++ b/4.3/init.sh @@ -92,6 +92,9 @@ if [ -f tiger-nominatim-preprocessed.csv.tar.gz ]; then sudo -E -u nominatim nominatim add-data --tiger-data tiger-nominatim-preprocessed.csv.tar.gz fi +# enable searching by category/POI type +sudo -E -u nominatim nominatim special-phrases --import-from-wiki + # Sometimes Nominatim marks parent places to be indexed during the initial # import which leads to '123 entries are not yet indexed' errors in --check-database # Thus another quick additional index here for the remaining places