mirror of
https://github.com/simon987/od-database.git
synced 2025-12-16 08:09:04 +00:00
File types color based on type
This commit is contained in:
@@ -185,7 +185,8 @@ class ElasticSearchEngine(SearchEngine):
|
||||
"aggs": {
|
||||
"ext_group": {
|
||||
"terms": {
|
||||
"field": "ext"
|
||||
"field": "ext",
|
||||
"size": 20
|
||||
},
|
||||
"aggs": {
|
||||
"size": {
|
||||
|
||||
Reference in New Issue
Block a user