Implement ISBN lookup in SFX
authorDan Scott <dan@coffeecode.net>
Wed, 22 Jun 2011 16:04:10 +0000 (12:04 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 7 May 2013 18:36:13 +0000 (14:36 -0400)
commit624ed5975f1872933b723250b359493c5916b0ae
tree5874854cfbbb3962b8bff4d8727ddf3814824c41
parent120a34d5d409afefccef880cb9d43bec2a8b4a4a
Implement ISBN lookup in SFX

Check the SFX knowledgebase for a matching ISBN and mark it via the
magical $9 SFX subfield so that we can key off of that for subsequent
queries via the catalogue.

Given that only one library may be running this script for a set of
ebook records, ensure that we're checking the results.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/ebooks/prep_ebook_records.py