From 7b1b56ff3882d7e31ce51426fb837c1e7ddc63cb Mon Sep 17 00:00:00 2001 From: Wille Marcel Date: Wed, 19 Oct 2022 13:20:39 -0300 Subject: [PATCH] Add terms to bed, clothes and wedding shops (#618) --- data/presets/shop/bed.json | 6 ++++++ data/presets/shop/clothes.json | 1 + data/presets/shop/clothes/wedding.json | 1 + 3 files changed, 8 insertions(+) diff --git a/data/presets/shop/bed.json b/data/presets/shop/bed.json index 9dc74458..bb6bba8c 100644 --- a/data/presets/shop/bed.json +++ b/data/presets/shop/bed.json @@ -7,5 +7,11 @@ "tags": { "shop": "bed" }, + "terms": [ + "bed", + "duvet", + "mattress", + "pillow" + ], "name": "Bedding/Mattress Store" } diff --git a/data/presets/shop/clothes.json b/data/presets/shop/clothes.json index de623feb..4df642d4 100644 --- a/data/presets/shop/clothes.json +++ b/data/presets/shop/clothes.json @@ -19,6 +19,7 @@ "clothes", "dresses", "fashion", + "outfits", "pants", "shirts", "shorts", diff --git a/data/presets/shop/clothes/wedding.json b/data/presets/shop/clothes/wedding.json index 4bfc896f..2c4fd939 100644 --- a/data/presets/shop/clothes/wedding.json +++ b/data/presets/shop/clothes/wedding.json @@ -20,6 +20,7 @@ "bridesmaid", "groom", "groomsman", + "marriage outfits", "tuxedo", "wedding dress", "wedding gown"