https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24269
Bug ID: 24269
Summary: Authority matching in Elasticsearch is broken when
authority has subdivisions
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5 - low
Component: Searching - Elasticsearch
Assignee: [email protected]
Reporter: [email protected]
In C4/Heading/MARC21.pm when we call _get_search_heading we look at the heading
and turn some subfields into terms so:
150 $aChess$xOpenings
becomes
'Chess generalsubdiv openings'
126 my %subdivisions = (
127 'v' => 'formsubdiv',
128 'x' => 'generalsubdiv',
129 'y' => 'chronologicalsubdiv',
130 'z' => 'geographicsubdiv',
131 );
267 $heading .= " $subdivisions{$code} $value";
We don't do this when indexing into ES so we will never find matches for these
records
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/