Skip to content

Commit 1d214cb

Browse files
matkonieczFloEdelmanntyrasd
authored
Add more search terms to presets (#1892)
Co-authored-by: Flo Edelmann <git@flo-edelmann.de> Co-authored-by: Martin Raifer <martin@raifer.tech>
1 parent d647142 commit 1d214cb

File tree

7 files changed

+37
-5
lines changed

7 files changed

+37
-5
lines changed

data/presets/shop/baby_goods.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"tags": {
1414
"shop": "baby_goods"
1515
},
16-
"name": "Baby Goods Store"
16+
"name": "Baby Goods Store",
17+
"terms": [
18+
"infant",
19+
"newborn",
20+
"toddler"
21+
]
1722
}

data/presets/shop/fuel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,13 @@
1515
"shop": "fuel"
1616
},
1717
"name": "Fuel Shop",
18+
"terms": [
19+
"briquettes",
20+
"coal",
21+
"firewood",
22+
"heating oil",
23+
"kerosene",
24+
"pellets"
25+
],
1826
"matchScore": 0.5
1927
}

data/presets/shop/mobile_phone.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@
1313
"tags": {
1414
"shop": "mobile_phone"
1515
},
16-
"name": "Mobile Phone Store"
16+
"name": "Mobile Phone Store",
17+
"terms": [
18+
"cell phone",
19+
"smartphone"
20+
]
1721
}

data/presets/shop/mobile_phone_accessories.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"shop": "mobile_phone_accessories"
1515
},
1616
"terms": [
17-
"phone case"
17+
"cell phone",
18+
"phone case",
19+
"smartphone"
1820
],
1921
"name": "Mobile Phone Accessory Store"
2022
}

data/presets/shop/pawnbroker.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"shop": "pawnbroker"
1515
},
1616
"name": "Pawnshop",
17+
"terms": [
18+
"collateral",
19+
"loan",
20+
"secondhand"
21+
],
1722
"aliases": [
1823
"Pawnbroker",
1924
"Pawn Shop"

data/presets/shop/seafood.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
"moreFields": [
1717
"fhrs/id-GB"
1818
],
19-
"name": "Seafood Shop"
19+
"name": "Seafood Shop",
20+
"terms": [
21+
"fish"
22+
]
2023
}

data/presets/tourism/viewpoint.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
"tourism": "viewpoint"
1616
},
1717
"terms": [
18-
"lookout"
18+
"lookout",
19+
"overlook",
20+
"scenery",
21+
"scenic",
22+
"vantage point",
23+
"vista"
1924
],
2025
"name": "Viewpoint"
2126
}

0 commit comments

Comments
 (0)