ElasticUI icon indicating copy to clipboard operation
ElasticUI copied to clipboard

AngularJS directives for Elasticsearch

Results 45 ElasticUI issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi The following snippet does not respond to changes in the input field `` But when you change the type to text it all works. I also tried `` to...

Hi Yousef ! Again me :-) I have something strange this time, in my SPA Angular I added UI Router, it works great when you are not using eui-or-filter (because...

Hi everyone, I want only to share the sequel of the [issue 9](https://github.com/YousefED/ElasticUI/issues/9) with a widget like euiChecklist with the difference that it lets intact the checkbox when filtering. May...

enhancement

I have a problem when I tried to use aggs with multiple selection. I have a list ``` {{bucket.key}} ``` and when I choose several items from list, filters looks...

Current implementation seems to assume `eui-filter`s are stable, but I am trying to dynamically add/remove them like elasticsearch-head does. It is not intuitive that a disappeared `eui-filter` is still in...

This is my search input ``` ``` This work during startup since eui-enabled will be false. However, after doing a search and then subsequently clearing the search input, the result...

I am using ElasticUI to access my elasticsearch to display the result. I am running the same code in IE11 its working very fine without any issues. When I ran...

My analytics app uses a lot of "Or" aggregations configured with "filter-self=false", which makes the list of filters quite long. Customers find it difficult to sift through the list of...

hi, the searchbox directive triggers search query on page loading is there anyway to disable triggering the search?