Skip to content
Snippets Groups Projects
Commit 8568bd3d authored by Robert Lange's avatar Robert Lange
Browse files

refs #18881 [finc] allow empty indicator for Marc table of contents

parent ea8b8472
Branches
Tags instance/local/staging/20210122_1200
No related merge requests found
......@@ -516,8 +516,8 @@ class SolrMarc extends SolrDefault
$tocSubfields[] = $subfield->getData();
}
$toc[] = implode(' \ ', $tocSubfields);
} elseif ($ind2 === '#') {
// basic entries
} else {
// suppose basic entries
// sub-entries delimited by " -- "
foreach ($subfields as $subfield) {
// Break the string into appropriate chunks, filtering empty strings,
......
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