From d9490b9cb2b598fa91af4acc77bd333ef7b584a5 Mon Sep 17 00:00:00 2001 From: Evan Carroll Date: Wed, 21 Dec 2022 18:28:17 -0600 Subject: [PATCH 1/2] Add terms for Splash Pad * In Houston they're called Water Spraygorunds * Also called Spraygrounds --- data/presets/playground/splash_pad.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/presets/playground/splash_pad.json b/data/presets/playground/splash_pad.json index e96e2bad6..c0378dfd6 100644 --- a/data/presets/playground/splash_pad.json +++ b/data/presets/playground/splash_pad.json @@ -7,5 +7,10 @@ "tags": { "playground": "splash_pad" }, + "terms": [ + "spray", + "water", + "pad" + ], "name": "Play Splash Pad" } From a6ce5a15699f34e4ce41dda4812d0b263ccc6187 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 22 Dec 2022 12:09:12 +0100 Subject: [PATCH 2/2] sort terms alphabetically --- data/presets/playground/splash_pad.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/presets/playground/splash_pad.json b/data/presets/playground/splash_pad.json index c0378dfd6..914f2d07c 100644 --- a/data/presets/playground/splash_pad.json +++ b/data/presets/playground/splash_pad.json @@ -8,9 +8,9 @@ "playground": "splash_pad" }, "terms": [ + "pad", "spray", - "water", - "pad" + "water" ], "name": "Play Splash Pad" }