[Bug 15142] New: Titles facet does not work in UNIMARC
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15142 Bug ID: 15142 Summary: Titles facet does not work in UNIMARC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Searching Assignee: gmcharlt@gmail.com Reporter: fridolin.somers@biblibre.com QA Contact: testopia@bugs.koha-community.org There is a "Titles" facet using in UNIMARC 500$a, 501$a and 503$a : In etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml <facet tag="500" subfields="a"> <target_index>su-ut:0</target_index> </facet> <facet tag="501" subfields="a"> <target_index>su-ut:0</target_index> </facet> <facet tag="503" subfields="a"> <target_index>su-ut:0</target_index> </facet> In etc/zebradb/ccl.properties : su-ut Subject The problem is that 500$a, 501$a and 503$a are not indexed as Subject : In etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml <!--record.abs line 262: melm 500 Title,Title:p--> <index_data_field tag="500"> <target_index>Title:w</target_index> <target_index>Title:p</target_index> </index_data_field> <!--record.abs line 263: melm 501 Title,Title:p--> <index_data_field tag="501"> <target_index>Title:w</target_index> <target_index>Title:p</target_index> </index_data_field> <!--record.abs line 264: melm 503 Title,Title:p--> <index_data_field tag="503"> <target_index>Title:w</target_index> <target_index>Title:p</target_index> </index_data_field> How should we change this configuration ? In MARC21, this facet uses field 630 that is indexed as Subject. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15142 Fridolin SOMERS <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt@gmail.com |fridolin.somers@biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15142 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- A side note from a non-UNIMARC guy: when I wrote the facets section for biblio-koha-indexdefs.xml (UNIMARC) I just grabbed the facet creation information from C4::Koha->getFacets(). So the Zebra facets are defined exactly as to old ones. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15142 --- Comment #2 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- There is an index "Title-uniform" should it be used for 500 and facet su-ut ? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org