Gon

Results 16 comments of Gon

I tried with eui-or-filter and it works well ! But there are some problems with filters selected but hide when you choose others filters. Is it possible to extract filters...

Thanks for your response, like you can see in my first comment, I already use eui-filter-self="false" but it's not the problem. Example : I have two TermsAggregation with TermsFilter, one...

Yes, it's exactly this. I already tried to modify FilterController init by watching "this.scope.$on('$destroy'" but without success ``` this.scope.$on('$destroy', function() { if (_this.scope.filter.enabled) _this.scope.filters.remove(_this.scope.filter.filter); }); ``` It removes all filters...

Of course no problem. There is the fiddle http://jsfiddle.net/gonado/1hLr6kzd/20/ And maybe you need the index example for ES ``` PUT /cars_ex/ PUT cars_ex/transactions/_mapping/ { "transactions": { "properties": { "brand": {...

The modification is here ``` FilterController.prototype.init = function () { ... this.scope.$on('$destroy', function() { if (_this.scope.filter.enabled) _this.scope.filters.remove(_this.scope.filter.filter); }); }; ```

Thanks for your response ! I've already implemented the eui-never-filter, it works great if you want to keep all brands visible. But you always have the problem with filters get...

Ok no problem I understand ! Implementing the eui-never-filter keep well all brands even if you choose a model, but If you have a model checked and you unchecked a...

I think I have the same problem, when a eui-filter disappears it's still in indexVM. I try to add like you said in FilterController.prototype.init ``` FilterController.prototype.init = function() { var...

Sorry, ok I replaced /etc/nginx/nginx.conf, it's working now !

I think it's a nginx conf but now I got an error on each page : 502 Bad Gateway I use same nginx.conf as you, SSL certificate are OK