JBAS-2162 Add heading normalizers to sample data exports
authorBill Erickson <berickxx@gmail.com>
Mon, 17 Dec 2018 20:53:01 +0000 (15:53 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/sql/sample-data/tools/export-tables.txt
Open-ILS/web/js/ui/kcls/cat/authority/list.js

index 9bf07fb..3f4b1de 100644 (file)
@@ -66,6 +66,7 @@ authority.control_set
 authority.control_set_authority_field
 authority.control_set_bib_field
 authority.control_set_bib_field_metabib_field_map
+authority.heading_field_norm_map
 authority.display_5xx_headings
 authority.heading_field
 authority.thesaurus
index c40dcc8..968147f 100644 (file)
@@ -447,7 +447,7 @@ function displayRecords(parms) {
         + dijit.byId('authAxis').attr('value')
         // + '/' + dijit.byId('authOU').attr('value')
         + '/1' // replace with preceding line if OUs gain some meaning
-        + '/' + dijit.byId('authTerm').attr('value')
+        + '/' + encodeURIComponent(dijit.byId('authTerm').attr('value'))
         + '/' + dijit.byId('authPage').attr('value')
         + '/' + '20' // 20 results per page
     ;