https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22924

--- Comment #6 from Nick Clemens <n...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to