Use case invariant search in all filters

This commit is contained in:
Pieter Vander Vennet 2022-06-07 03:36:22 +02:00
parent a253754b98
commit ad1b48ca4e
7 changed files with 42 additions and 74 deletions

View file

@ -87,7 +87,7 @@
"id": "theme-search",
"options": [
{
"osmTags": "theme~.*{search}.*",
"osmTags": "theme~i~.*{search}.*",
"fields": [
{
"name": "search"
@ -103,7 +103,7 @@
"id": "created_by",
"options": [
{
"osmTags": "_last_edit:contributor:lc~.*{search}.*",
"osmTags": "_last_edit:contributor:lc~i~.*{search}.*",
"fields": [
{
"name": "search"
@ -119,7 +119,7 @@
"id": "not_created_by",
"options": [
{
"osmTags": "_last_edit:contributor:lc!~.*{search}.*",
"osmTags": "_last_edit:contributor:lc!~i~.*{search}.*",
"fields": [
{
"name": "search"