ElasticUI
ElasticUI copied to clipboard
AngularJS directives for Elasticsearch
Hi I'm trying to use the library, using the demo as a quick reference, for creating a small prototype with Elasticsearch 5.x. When I click on a single or multiple...
Hi Yousef! Helps a lot with your project! I have one question. How can we implement the multisearch (msearch) or something like this: {"query":{"bool":{"must":{"match":{"location.city":"new york"}},"filter":{"geo_distance":{"distance":"50m","location.geopoint":"45.405505, 3.150756"}}}},"sort":[{"_geo_distance":{"location.geopoint":"43.405505,3.150756","order":"asc","unit":"km","distance_type":"plane"}}]} Thanks a lot!
Hi, Thanks for making such a valuable and great toolkit available, which helps a lot! I am new to ElasticUI, and try to build a simple front-end based on this...
Scenario: Build an application with 2 search boxes like this: Run the application. Enter a value in the 1st search box ==> The filter 1 is well applied (OK) Enter...
Hi, In my application, I am using elascui like this: When a text is entered in the field, then the filter is applied and an icon (a cross) is displayed...
I am trying to have multiple checkbox so that multiple items can be selected, I use euiChecklist according to the demo, according to the documentation "euiChecklist A widget designed to...
This demo does not work - http://jsfiddle.net/gh/get/library/pure/yousefed/elasticui/tree/master/examples/demo Thanks
I have built an application where I have search box and few facets on left for navigation.Current base framework for search box filters all facets on the page( Single or...
`` `` `` `````` ``` `````` In controller if i use this scope 1 it's working fine . 1. $scope.verticalSlider4 = { minValue: 1990, maxValue: 2016, options: { floor: 1990,...
## hi, ### i need a multi "eui-index", to simulate this curl by angular : curl -XGET http://localhost:9200/index1,index2/_search -d ' { "query":{ "match": { "name": "sim" } } }' ####...