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": [ "tagRenderings": [
"shops.*" "shops.*"
], ],
"#filter": "no-auto",
"filter": [ "filter": [
{ {
"id": "sells_second-hand", "id": "sells_second-hand",
@ -384,7 +385,8 @@
} }
} }
] ]
} },
"open_now"
], ],
"deletion": true, "deletion": true,
"allowMove": true "allowMove": true

View file

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

View file

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

View file

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