Themes(note): add filter removing anything matching one or more keywords

This commit is contained in:
Pieter Vander Vennet 2024-09-17 02:35:07 +02:00
parent fb250fb928
commit 9c09da3c13
9 changed files with 100 additions and 79 deletions

View file

@ -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": [