[Koha-bugs] [Bug 6499] OCLC # Indexing & Matching

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 9 20:15:12 CEST 2014


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

Barton Chittenden <barton at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |barton at bywatersolutions.com

--- Comment #2 from Barton Chittenden <barton at bywatersolutions.com> ---
Testing:

1) Make sure that you have a bib that has MARC21 035$a (and possibly also
035$z) populated.
2) Rebuild zebra: misc/migration_tools/rebuild_zebra.pl -x -b -z
3) Add the following to the intranetuserjs syspref:

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

Do an advanced search, select OCLC Number from the search menu, then add the
OCLC Number in 035$a for the bib specified in step 1.

The advanced search should return that biblio record.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list