https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29191
Bug ID: 29191
Summary: Linking biblio headings to authorities doesn't work
with subdivisoins
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Searching
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Linking biblio headings to authorities fails if there is subdivision(s) to
search.
Test plan (Unimarc example):
- AutoCreateAuthorities On
- BiblioAddsAuthorities On
- add a subject in a biblio: 606 $aArt $xHistory
=> new authority is created
- reindex authorities if Zebra search engine
- add same subject in an other biblio: 606 $aArt $xHistory
=> again, a new authority is created
Heading helper adds the subdiviion name in the search term. So the entire
search query for mathing authorities is "Art generalsubdiv History"
I'm looking for a fix, but i need someone to explain me why we add something
which is similar to metada in the search term.
This is done both for MARC21 and UNIMARC in
C4::Heading::UNIMARC::_get_search_heading
and
C4::Heading::MARC21::_get_search_heading
--
You are receiving this mail because:
You are the assignee for the bug.
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/