https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22924 --- Comment #6 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 90341 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90341&action=edit Bug 22924: [alternate] Make elasticsearch honour FacetMaxCount system preference We have a line in QueryBuilder to respect the preference if a facet is expanded, it seems we forgot to pass the option to the querybuilder however To test: 1 - Enable Elasticsearch 2 - Set FacetMaxCount to 20 3 - Search in ES for '*' or something with a lot of results 4 - Expand some facets, note you get no more than 10 for any facet 5 - Apply patch 6 - Search again 7 - Expand facets, note they now go up to 20 8 - Try with various values of FacetMaxCount -- You are receiving this mail because: You are watching all bug changes.