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

Lari Taskula <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |BLOCKED

--- Comment #7 from Lari Taskula <[email protected]> ---
(In reply to Katrin Fischer from comment #1)
> Hi Lari, can you explain how the component parts are cataloged? What would
> be the criteria for hiding? Just curious - we have a lot of links between
> titles in our catalogs.

Hey Katrin, sorry for the late answer.

Here component parts have been an issue not only but mainly to music
catalogers. A typical music use case for us is an album (host record) and
tracks on the album (components). We use component record's 773$w for linking
the host (001).

Our catalogers have been wanting to filter component parts (or the opposite
only display component parts) from search results.

I attached patches that add a new facet "Component records", of which
visibility is controlled by a system preference "ComponentRecordsFacet"
(nowhere,opac,staff,both). 
Defaults to "nowhere" so that no visible changes will be present unless the
library enables this feature. The facet contains two options:
- Exclude component records
- Limit to comonent records

Excluding component records filters out all records that have
Bib-level(ldr/7):a or b. Limiting to component records is the opposite, only
resulting records that have Bib-level:a or b. That is the only criteria I've
proposed in these patches - patches do not care about 773$w or anything else.

At Finnish public libraries, we've had something similar in production for many
years. One of our special library clients, specializing in music, was hoping
for this feature in upstream Koha.

Note that for Zebra users this is partially blocked by Bug 38215 as these
patches introduce the same bug described in Bug 38215. For Zebra, searching and
limiting works but clearing the limit doesn't work so nicely. Elasticsearch
works great.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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