forked from MapComplete/MapComplete
Themes(note): add filter removing anything matching one or more keywords
This commit is contained in:
parent
fb250fb928
commit
9c09da3c13
9 changed files with 100 additions and 79 deletions
|
@ -291,6 +291,23 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "search_not_any",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "_all_comments!~i~.*{search}.*",
|
||||
"fields": [
|
||||
{
|
||||
"name": "search"
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Should <b>not</b> mention {search} in <b>any</b> comment"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id": "opened_by",
|
||||
"options": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue