mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
add missing track_total_hits for ES7 compat
This commit is contained in:
parent
ef21b7c7d0
commit
075d947755
2 changed files with 2 additions and 3 deletions
|
@ -17,7 +17,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"track_total_hits": true
|
||||||
},
|
},
|
||||||
"images": {
|
"images": {
|
||||||
"aggs": {
|
"aggs": {
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
h1 Site Statistics
|
|
||||||
|
|
||||||
elixir:
|
elixir:
|
||||||
img_bucket = @image_aggs["aggregations"]
|
img_bucket = @image_aggs["aggregations"]
|
||||||
cmt_bucket = @comment_aggs["aggregations"]
|
cmt_bucket = @comment_aggs["aggregations"]
|
||||||
|
|
Loading…
Reference in a new issue