[OPEN-ILS-GENERAL] Showing online resources in the OPAC
Dan Scott
dan at coffeecode.net
Thu Apr 7 18:23:52 EDT 2011
On Thu, Apr 07, 2011 at 03:48:20PM -0400, Jason Etheridge wrote:
> > There is a bit of an explanation on cataloguing electronic resources in the documentation here which explains the second method:
> > http://docs.evergreen-ils.org/1.6/draft/html/electronicresourcesvisible.html
Man that URL looks familiar...
> How important are the indicators here? If they do need to be 4 and 0,
> we may want to emphasize that.
In 2.0+, 030.schema.metabib.sql says:
uris := oils_xpath('//*[@tag="856" and (@ind1="4" or @ind1="1") and
(@ind2="0" or @ind2="1")]',marcxml);
So, ind1 can be "4" or "1", and ind2 can be "0" or "1". Mike relaxed
things after presumably finding that many MARC records don't strictly
follow the standard.
1.6+ matches that flexibility, albeit in OpenILS::Application::Ingest.pm
instead.
More information about the Open-ils-general
mailing list