Anne L'Hôte

Results 6 comments of Anne L'Hôte

@YousefED : many thanks for these directives. Very useful !!! Is there any chance to add the authentication support to elasticui ?

That's right, you should set it in you mapping : ``` { "mappings" : { "YOUR_INDEX" : { "properties" : { "YOUR_PROPERTY" : { "type" : "string", "index" : "not_analyzed"...

You should first find the $scope of indexVM and then : `$scope.$parent.indexVM.page = NUMBER_OF_YOUR_PAGE;` According to your message, you should use $routeParams to guess NUMBER_OF_YOUR_PAGE.

Find a way to apply the "Do phrase matches" and "Fuzzyness". Either a new Endpoint or a front query building. To be decided.

The current best option seems to be [search_after](https://www.elastic.co/guide/en/elasticsearch/reference/6.8/search-request-search-after.html)