Re: [Koha] Facets show more link with elastic search

2017-04-17 Thread Abdulsalam Yousef
This is the output of curl -XGET "localhost:9200" command { "status" : 200, "name" : "Hammerhead", "cluster_name" : "elasticsearch", "version" : { "number" : "1.7.6", "build_hash" : "c730b59357f8ebc555286794dcd90b3411f517c9", "build_timestamp" : "2016-11-18T15:21:16Z", "bui

Re: [Koha] Facets show more link with elastic search

2017-04-17 Thread Jonathan Druart
Hello, Which version of ES are you using? (curl -XGET "localhost:9200"). I can only tell you that it works with ES version 5 and master (no need to test version 5 on 16.11, see bug 17255). I do not have a 16.11 install with previous version of ES setup. Regards, Jonathan On Mon, 17 Apr 2017 at 1

Re: [Koha] Facets show more link with elastic search

2017-04-17 Thread Abdulsalam Yousef
Hello All, Concerning the Facets Show more previous problem with ElasticSearch, I've noticed this error ( [DEBUG][action.search.type ] [Professor Power] [koha_biblios][2], node[3q5C0W4oQsa7Ovj2QMmj5w], [P], s[STARTED]: Failed to execute [org.elasticsearch.action.search.SearchRequest@40bac79f]

Re: [Koha] Facets show more link with elastic search

2017-03-09 Thread Abdulsalam Yousef
Hello Jonathan, Yes, this is our koha OPAC url ( http://koha.maktabat-online.com/cgi-bin/koha/opac-search.pl?idx=&q=science&branch_group_limit= ) after searching for science word, And this after selecting (Authors) facets show more link http://koha.maktabat-online.com/cgi-bin/koha/opac-search.pl?i

Re: [Koha] Facets show more link with elastic search

2017-03-09 Thread Jonathan Druart
Hello Yousef, Could you give us the url before you click on the "Show more" link, then the url generated after you clicked. Please do not send your question to both koha and koha-devel mailing lists. Regards, Jonathan On Thu, 9 Mar 2017 at 03:05 Abdulsalam Yousef wrote: > Hello all, > > We are