The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 660ab56f authored by Andrea Marchitelli's avatar Andrea Marchitelli Committed by Demian Katz
Browse files

Indexing MARC21 653 field

Modified /import/marc.properties and
/module/VuFind/src/VuFind/Recordriver/SolrMarc.php for indexing and
showing 653 subjects
parent ab26f837
No related merge requests found
...@@ -57,7 +57,7 @@ callnumber-subject = custom, getCallNumberSubject(090a:050a), callnumber_subject ...@@ -57,7 +57,7 @@ callnumber-subject = custom, getCallNumberSubject(090a:050a), callnumber_subject
callnumber-subject-code = custom, getCallNumberSubject(090a:050a) callnumber-subject-code = custom, getCallNumberSubject(090a:050a)
callnumber-label = custom, getCallNumberLabel(090a:050a) callnumber-label = custom, getCallNumberLabel(090a:050a)
topic = custom, getAllSubfields(600:610:611:630:650:656, " ") topic = custom, getAllSubfields(600:610:611:630:650:653:656, " ")
genre = custom, getAllSubfields(655, " ") genre = custom, getAllSubfields(655, " ")
geographic = custom, getAllSubfields(651, " ") geographic = custom, getAllSubfields(651, " ")
era = custom, getAllSubfields(648, " ") era = custom, getAllSubfields(648, " ")
......
...@@ -127,7 +127,7 @@ class SolrMarc extends SolrDefault ...@@ -127,7 +127,7 @@ class SolrMarc extends SolrDefault
{ {
// These are the fields that may contain subject headings: // These are the fields that may contain subject headings:
$fields = array( $fields = array(
'600', '610', '611', '630', '648', '650', '651', '655', '656' '600', '610', '611', '630', '648', '650', '651', '653', '655', '656'
); );
// This is all the collected data: // This is all the collected data:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment