add missing track_total_hits for ES7 compat

This commit is contained in:
byte[] 2020-05-06 11:26:24 -04:00
parent ef21b7c7d0
commit 075d947755
2 changed files with 2 additions and 3 deletions

View file

@ -17,7 +17,8 @@
} }
} }
} }
} },
"track_total_hits": true
}, },
"images": { "images": {
"aggs": { "aggs": {

View file

@ -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"]