Themes: some tweaks for the search feature

This commit is contained in:
Pieter Vander Vennet 2024-09-11 17:32:25 +02:00
parent bd3bddc89c
commit bc52c05a9b
4 changed files with 19 additions and 4 deletions

View file

@ -338,6 +338,7 @@
"tagRenderings": [
"shops.*"
],
"#filter": "no-auto",
"filter": [
{
"id": "sells_second-hand",
@ -384,7 +385,8 @@
}
}
]
}
},
"open_now"
],
"deletion": true,
"allowMove": true

View file

@ -26,10 +26,19 @@
},
"searchTerms": {
"en": [
"drink","water","fountain","bubbler"
"drink",
"water",
"fountain",
"bubbler"
],
"nl": [
"drinken","water","drinkwater","waterfontein","fontein","kraan","kraantje"
"drinken",
"water",
"drinkwater",
"waterfontein",
"fontein",
"kraan",
"kraantje"
]
},
"source": {

View file

@ -33,6 +33,7 @@
"id": "accepts_cash",
"options": [
{
"emoji": "🪙",
"osmTags": "payment:cash=yes",
"question": {
"en": "Accepts cash",
@ -51,6 +52,7 @@
"id": "accepts_cards",
"options": [
{
"emoji": "💳",
"osmTags": "payment:cards=yes",
"question": {
"en": "Accepts payment cards",
@ -69,6 +71,7 @@
"id": "accepts_debit_cards",
"options": [
{
"emoji": "💳",
"osmTags": "payment:debit_cards=yes",
"question": {
"en": "Accepts debit cards",
@ -84,6 +87,7 @@
"id": "accepts_credit_cards",
"options": [
{
"emoji": "💳",
"osmTags": "payment:credit_cards=yes",
"question": {
"en": "Accepts credit cards",

View file

@ -40,7 +40,7 @@
]
}
},
"minzoom": 10,
"minzoom": 12,
"title": {
"render": {
"en": "Shop",