Merge pull request 'add brand search' () from Osmwithspace/MapComplete:layer_scouting_groups into develop

Reviewed-on: 
Reviewed-by: Pieter Vander Vennet <pietervdvn@posteo.net>
This commit is contained in:
Pieter Vander Vennet 2025-03-11 16:53:33 +01:00
commit 9e8aaab086

View file

@ -115,7 +115,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",