]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Add a serial search method that returns an array of MFHD hashes for a given bib record
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 25 May 2009 04:46:45 +0000 (04:46 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 25 May 2009 04:46:45 +0000 (04:46 +0000)
commit373899d375e55e71bdcded2879994e2f17aa6c51
tree1b11931c35381783c1dacdb953c518dc7b60355f
parent8278937d2ab16092991b7b3c04d57decdc9eb02a
Add a serial search method that returns an array of MFHD hashes for a given bib record

This enables libraries to display multiple MFHD records per bib record, for example if
a library has serial holdings for a given journal in microfiche, microfilm, and print,
the holdings can be represented separately.

Note that we are not currently identifying which MFHD record is providing the
holdings coverage; the likely short-term plan will be to display location information
such as 852 $c.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@13224 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm