Bug 18189 - Elasticsearch sorting broken
authorNick Clemens <nick@bywatersolutions.com>
Wed, 1 Mar 2017 14:30:11 +0000 (14:30 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 14:33:19 +0000 (14:33 +0000)
commit70377b375794dffa4ff18bd9b7a7f37060cf295c
tree540c202c1e39269da733e85038e4c8394009ed83
parent08a9deb1c07c075085b391dff7c573b67dceafc2
Bug 18189 - Elasticsearch sorting broken

To test:
1 - Have ES enabled and biblios and authorities indexed
2 - Perform a catalog search
3 - Try to sort results by author, it will fail
4 - Perform an authority search with sorting enabled, it will fail
5 - Apply patch
6 - Reindex, deleting current indexes
    perl /home/vagrant/kohaclone/misc/search_tools/rebuild_elastic_search.pl
    -d -v
7 - Repeat 3&4, they should succeed

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/SearchEngine/Elasticsearch.pm