Merge pull request #7874 from fakeharahman/scuba-search

added snorkel shop as search item for scuba shop
This commit is contained in:
Quincy Morgan
2020-08-14 14:53:59 -04:00
committed by GitHub
5 changed files with 6 additions and 5 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 -1
View File
@@ -123,4 +123,4 @@
"browserslist": [
"> 0.2%, last 6 major versions, Firefox ESR, maintained node versions"
]
}
}