YousefED / ElasticUI

AngularJS directives for Elasticsearch
http://www.elasticui.com
Other
526 stars 135 forks source link

Term Aggregation - Custom order #113

Open annelhote opened 6 years ago

annelhote commented 6 years ago

Hello, Is there a way to create a custom function to order the buckets in my aggregation ? Right now, my page has a div like that : eui-aggregation="ejs.TermsAggregation('sites').field('sites').size(sites.size)"

I would like to be able to write a JS function to re-order my buckets.

Any help appreciated ! :)