The mdash can (and has) been interpreted as being a splitter between fully
unrelated subjects. Change it to a gt to make the relationship obvious.
Credit goes to other MassLNC members for the suggestion.
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
NEXT UNLESS subfield.nodeName == "subfield";
code = subfield.getAttribute('code');
NEXT UNLESS code.match('[a-z]');
- IF code.match('[vxyz]'); " — "; END;
+ IF code.match('[vxyz]'); " > "; END;
# at this point, we actually have a partial term to use.
single_term = subfield.textContent | html;
all_terms.push(subfield.textContent);