Bug 12478: Display the correct number of facets (5 instead of 6)
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 28 Aug 2015 10:24:24 +0000 (11:24 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 26 Apr 2016 12:59:40 +0000 (09:59 -0300)
commit9f3c45d62c1f3de66edc7d7a25f3c2d7f6afca54
treeeee9434abf2c1d4e1bc8310280cf1ca8615ea111
parentfa447bdc804e7213e0247412b78a7a91c2e7c19f
Bug 12478: Display the correct number of facets (5 instead of 6)

The loop on facet entries was wrong, it should stop after 5
iterations.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/SearchEngine/Elasticsearch/Search.pm