From dc6f544668e24d1614a220967220347d352a228e Mon Sep 17 00:00:00 2001 From: tiptoptom <> Date: Thu, 19 Jun 2025 11:02:22 +0200 Subject: [PATCH 1/3] extra field for dentists --- data/fields/healthcare/speciality.json | 3 --- data/fields/healthcare/speciality_dentist.json | 12 ++++++++++++ data/presets/amenity/dentist.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 data/fields/healthcare/speciality_dentist.json diff --git a/data/fields/healthcare/speciality.json b/data/fields/healthcare/speciality.json index 215ac6bb..e1914583 100644 --- a/data/fields/healthcare/speciality.json +++ b/data/fields/healthcare/speciality.json @@ -46,7 +46,6 @@ "infectious_diseases": "Infectious Disease", "intensive": "Intensive Care", "internal": "Internal Medicine", - "dental_oral_maxillo_facial_surgery": "Dental, Oral & Maxillofacial Surgery", "naturopathy": "Naturopathy", "neonatology": "Neonatology", "nephrology": "Nephrology", @@ -57,7 +56,6 @@ "occupational": "Occupational Medicine", "oncology": "Oncology", "ophthalmology": "Ophthalmology", - "orthodontics": "Orthodontics", "orthopaedics": "Orthopedic Surgery", "osteopathy": "Osteopathy", "otolaryngology": "Ear, Nose & Throat", @@ -77,7 +75,6 @@ "reiki": "Reiki", "rheumatology": "Rheumatology", "shiatsu": "Shiatsu", - "stomatology": "Stomatology", "surgery": "General Surgery", "systemic": "Systemic Therapy", "traditional_chinese_medicine": "Traditional Chinese Medicine", diff --git a/data/fields/healthcare/speciality_dentist.json b/data/fields/healthcare/speciality_dentist.json new file mode 100644 index 00000000..784d51e1 --- /dev/null +++ b/data/fields/healthcare/speciality_dentist.json @@ -0,0 +1,12 @@ +{ + "key": "healthcare:speciality", + "type": "semiCombo", + "label": "Specialties", + "strings": { + "options": { + "dental_oral_maxillo_facial_surgery": "Dental, Oral & Maxillofacial Surgery", + "orthodontics": "Orthodontics", + "stomatology": "Stomatology" + } + } +} diff --git a/data/presets/amenity/dentist.json b/data/presets/amenity/dentist.json index 5261080b..41816d5d 100644 --- a/data/presets/amenity/dentist.json +++ b/data/presets/amenity/dentist.json @@ -3,7 +3,7 @@ "fields": [ "name", "operator", - "healthcare/speciality", + "healthcare/speciality_dentist", "address", "building_area_yes", "opening_hours" From c74e7463708fd09452953665b300894a4f0cb590 Mon Sep 17 00:00:00 2001 From: tiptoptom <> Date: Fri, 20 Jun 2025 13:28:20 +0200 Subject: [PATCH 2/3] add "autoSuggestions": false --- data/fields/healthcare/speciality_dentist.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/fields/healthcare/speciality_dentist.json b/data/fields/healthcare/speciality_dentist.json index 784d51e1..63e2b9d1 100644 --- a/data/fields/healthcare/speciality_dentist.json +++ b/data/fields/healthcare/speciality_dentist.json @@ -8,5 +8,6 @@ "orthodontics": "Orthodontics", "stomatology": "Stomatology" } - } + }, + "autoSuggestions": false } From 063fe4b470e54d19c8528d83ebe87373067b24c3 Mon Sep 17 00:00:00 2001 From: tiptoptom <> Date: Fri, 20 Jun 2025 13:30:18 +0200 Subject: [PATCH 3/3] add "autoSuggestions": false --- data/fields/healthcare/speciality.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/fields/healthcare/speciality.json b/data/fields/healthcare/speciality.json index e1914583..b9b6d45b 100644 --- a/data/fields/healthcare/speciality.json +++ b/data/fields/healthcare/speciality.json @@ -87,5 +87,6 @@ "vaccination": "Vaccination", "vascular_surgery": "Vascular Surgery" } - } + }, + "autoSuggestions": false }