File types color based on type

This commit is contained in:
Simon
2018-06-19 22:34:44 -04:00
parent 5afdfb2b3c
commit 5f07e7d340
3 changed files with 132 additions and 39 deletions

View File

@@ -185,7 +185,8 @@ class ElasticSearchEngine(SearchEngine):
"aggs": {
"ext_group": {
"terms": {
"field": "ext"
"field": "ext",
"size": 20
},
"aggs": {
"size": {