add brand search

This commit is contained in:
Osmwithspace 2025-03-02 09:33:28 +01:00
parent 31312c2dc6
commit baab3d784f

View file

@ -99,7 +99,23 @@
"mastodon"
],
"filter": [
"nsi_brand.brand"
"nsi_brand.brand",
{
"id": "brand_search",
"options": [
{
"osmTags": "brand~i~.*{search}.*",
"fields": [
{
"name": "search"
}
],
"question": {
"en": "Search for brand: {search}"
}
}
]
}
],
"allowMove": true,
"credits": "Osmwithspace",