[Koha-bugs] [Bug 30880] New: Expand OPACResultsUnavailableGroupingBy to have a 'branch only' option

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 2 00:13:43 CEST 2022


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 at myacpl.org
          Reporter: aleisha at catalyst.net.nz
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list