Improvements to statistics

This commit is contained in:
Pieter Vander Vennet 2022-09-02 21:40:13 +02:00
parent abdbf4b9e8
commit ee7d05cbad
4 changed files with 88 additions and 7 deletions

View file

@ -444,6 +444,40 @@
}
]
},
{
"id": "made_before",
"options": [
{
"osmTags": "date<{search}",
"fields": [
{
"name": "search",
"type": "date"
}
],
"question": {
"en": "Made before {search}"
}
}
]
},
{
"id": "made_after",
"options": [
{
"osmTags": "date>{search}",
"fields": [
{
"name": "search",
"type": "date"
}
],
"question": {
"en": "Made after {search}"
}
}
]
},
{
"id": "locale-filter",
"options": [

View file

@ -166,6 +166,40 @@
}
]
},
{
"id": "made_before",
"options": [
{
"osmTags": "date<{search}",
"fields": [
{
"name": "search",
"type": "date"
}
],
"question": {
"en": "Made before {search}"
}
}
]
},
{
"id": "made_after",
"options": [
{
"osmTags": "date>{search}",
"fields": [
{
"name": "search",
"type": "date"
}
],
"question": {
"en": "Made after {search}"
}
}
]
},
{
"id": "locale-filter",
"options": [