mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 12:08:00 +01:00
use calendar_interval for date aggregation
This commit is contained in:
parent
7e7c0c7ec9
commit
0506334046
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
"all_time": {
|
"all_time": {
|
||||||
"date_histogram": {
|
"date_histogram": {
|
||||||
"field": "created_at",
|
"field": "created_at",
|
||||||
"interval": "day"
|
"calendar_interval": "day"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"avg_comments": {
|
"avg_comments": {
|
||||||
|
|
Loading…
Reference in a new issue