added snorkel shop as search item for scuba shop

This commit is contained in:
Fakeha Rahman
2020-08-04 20:51:22 +05:30
parent 029f58f6e9
commit 2934508134
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -8357,7 +8357,7 @@ en:
shop/scuba_diving:
# shop=scuba_diving
name: Scuba Diving Shop
# 'terms: diving,scuba'
# 'terms: diving,scuba,snorkel'
terms: '<translate with synonyms or related terms for ''Scuba Diving Shop'', separated by commas>'
shop/seafood:
# shop=seafood
+1 -1
View File
@@ -1181,7 +1181,7 @@
"shop/radiotechnics": {"icon": "fas-microchip", "geometry": ["point", "area"], "tags": {"shop": "radiotechnics"}, "terms": ["antenna", "transistor"], "name": "Radio/Electronic Component Store"},
"shop/religion": {"icon": "maki-shop", "fields": ["{shop}", "religion", "denomination"], "geometry": ["point", "area"], "tags": {"shop": "religion"}, "name": "Religious Store"},
"shop/rental": {"icon": "fas-dolly", "geometry": ["point", "area"], "tags": {"shop": "rental"}, "name": "Rental Shop"},
"shop/scuba_diving": {"icon": "temaki-scuba_diving", "fields": ["{shop}", "scuba_diving"], "geometry": ["point", "area"], "terms": ["diving", "scuba"], "tags": {"shop": "scuba_diving"}, "name": "Scuba Diving Shop"},
"shop/scuba_diving": {"icon": "temaki-scuba_diving", "fields": ["{shop}", "scuba_diving"], "geometry": ["point", "area"], "terms": ["diving", "scuba", "snorkel"], "tags": {"shop": "scuba_diving"}, "name": "Scuba Diving Shop"},
"shop/seafood": {"icon": "temaki-fish_cleaning", "geometry": ["point", "area"], "terms": ["fishmonger"], "tags": {"shop": "seafood"}, "name": "Seafood Shop"},
"shop/second_hand": {"icon": "maki-shop", "fields": ["{shop}", "second_hand"], "geometry": ["point", "area"], "terms": ["secondhand", "second hand", "resale", "thrift", "used"], "tags": {"shop": "second_hand"}, "name": "Consignment/Thrift Store"},
"shop/sewing": {"icon": "temaki-needle_and_spool", "geometry": ["point", "area"], "terms": ["haberdashery"], "tags": {"shop": "sewing"}, "name": "Sewing Supply Shop"},
+2 -1
View File
@@ -10,7 +10,8 @@
],
"terms": [
"diving",
"scuba"
"scuba",
"snorkel"
],
"tags": {
"shop": "scuba_diving"
+1 -1
View File
@@ -9855,7 +9855,7 @@
},
"shop/scuba_diving": {
"name": "Scuba Diving Shop",
"terms": "diving,scuba"
"terms": "diving,scuba,snorkel"
},
"shop/seafood": {
"name": "Seafood Shop",
+1
View File
@@ -51,6 +51,7 @@
"abortcontroller-polyfill": "^1.4.0",
"aes-js": "^3.1.2",
"alif-toolkit": "^1.2.9",
"all": "0.0.0",
"browser-polyfills": "~1.5.0",
"diacritics": "1.3.0",
"fast-deep-equal": "~3.1.1",