working! with paging and linking to bibs, except:
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 29 Jun 2011 23:34:56 +0000 (19:34 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 29 Jun 2011 23:34:56 +0000 (19:34 -0400)
commit9464cff16e99e93cf93bf8bec084923d614d13a6
tree29b9ab184d0343be517f2c421536d64a0c32172f
parent3e74b1f922a11447afea47df813588be6b099be8
working! with paging and linking to bibs, except:

... my new facet thingy doesn't seem to work.  here's what I did
sql-wise:

    INSERT INTO config.metabib_field (
        id, field_class, name, label, xpath,
        format, search_field, facet_field
    ) VALUES (
        28, 'identifier',
        'authority_id', 'Authority Record ID',
        '//marc:datafield/marc:subfield[@code=''0'']', 'marcxml', false, true
    );

    INSERT INTO config.metabib_field_index_norm_map (field, norm)
    VALUES (28, 5);

Yet after re-ingesting my bibs I have nothing new in
metabib.facet_entry.  So the "show related bibliographic holdings" links
don't quite work (I believe they /would/, though, if I had the facet
thingy right).

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/web/opac/common/js/config.js
Open-ILS/web/opac/skin/default/css/layout.css
Open-ILS/web/opac/skin/default/js/authbrowse.js
Open-ILS/web/opac/skin/default/xml/page_authbrowse.xml