28 Jan
2011
28 Jan
'11
6:59 a.m.
Now we have a problem. When we find a record by biblionumber, it shows the items and their barcodes, but when we find the same record in the search result it only shows 1 item. Also, while scanning the barcode, it says no items found.
As you've seen, items info are stored in two locations: 'items' table and with the biblio records. If you load data the way you've done it, you have to 'copy' data from items table to biblio records. There is script that can do it automatically for you: misc/maintenance/sync_items_in_marc_bib.pl The other option is to create directly items records during biblios import. You have to put your item info into 952 tag for MARC21 records (995 for UNIMARC). -- Frédéric