Use case invariant search in all filters
This commit is contained in:
parent
a253754b98
commit
ad1b48ca4e
7 changed files with 42 additions and 74 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue