[Koha-bugs] [Bug 6499] MARC21 035 -- Other-control-number -- Indexing & Matching

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 20 13:58:02 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6499

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39099|0                           |1
        is obsolete|                            |

--- Comment #18 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 41710
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41710&action=edit
Bug 6499: Add Zebra index "Other-control-number" covering MARC21 035$a, 035$z
and 035 (entire tag)

1) Apply patch
2) Make sure that you have a bib that has MARC21 035$a (and possibly also
035$z) populated.

pre 3) Replace all modified zebra files and restart zebra server

3) Rebuild zebra: misc/migration_tools/rebuild_zebra.pl -x -b -z
4) Add the following to the intranetuserjs syspref:

$(document).ready(function(){
    // Add Other Control Number to advanced search
    if (window.location.href.indexOf("catalogue/search.pl") > -1) {
        $(".advsearch").append('<option value="Other-control-number">Other
Control Number</option>');
    }
});

5) Do an advanced search, select "Other Control Number" from the search menu,
then add the Other Control Number in 035$a for the bib specified in step 1.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Works, no koha-qa errors

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list