https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22137 Bug ID: 22137 Summary: Koha should warn when maxRecordsForFacets is less than numSearchResults or OPACnumSearchResults Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Target Milestone: --- When configuring search results, many libraries will increase maxRecordsForFacets to more than what's found in numSearchResults or OPACnumSearchResults, so that they will show more facets than what is seen on the page. This won't generally cause confusion -- unless a patron is looking for a facet, they tend not to pay attention to them. If, however, numSearchResults or OPACnumSearchResults is increased and maxRecordsForFacets is *not* increased, it is possible to have search results on the page that aren't reflected in the facets, and that will get noticed / cause confusion. I'm not sure that maxRecordsForFacets should *necessarily* be equal to the larger of these two, but we should at least show a warning. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.