https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30880 Bug ID: 30880 Summary: Expand OPACResultsUnavailableGroupingBy to have a 'branch only' option Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: aleisha@catalyst.net.nz QA Contact: testopia@bugs.koha-community.org Currently you can group unavailable items in OPAC search results by substatus or branch. However the 'branch' option is misleading, because it still groups unavailable items by substatus as well as branch. Some libraries do not need this amount of information about their unavailable items on the search results. OPACResultsUnavailableGroupingBy should have the following options: - 'branch and substatus' (current 'branch' behaviour) - 'substatus only' (current 'substatus' behaviour) - 'branch only' (new behaviour) For example: Currently, with 'substatus' enabled for OPACResultsUnavailableGroupingBy the results look like: Not available: Checked out (1). Lost (1). With 'branch' enabled for OPACResultsUnavailableGroupingBy the results look like: Not available: Fairview: Checked out (1). Fairview: Lost (1). As you can see, different substatuses within the same branch are split out. There should be an option to make the search results look like: Not available: Fairview (2). -- You are receiving this mail because: You are watching all bug changes.