]> git.evergreen-ils.org Git - working/Evergreen.git/commit
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)
committerMike Rylander <mrylander@gmail.com>
Mon, 11 Jul 2011 17:48:30 +0000 (13:48 -0400)
commitd8367973056752365a69ada9593b77fea9b92600
tree568c3bcde4c91969d307cc87ee45c4ce0d45d8db
parentbbefc2e9ef49dfe0cecbff3f5afb5d99d057291c
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