Currently we have # as the hard-coded delimiter for multi-range/multi-unit citedRange and citationUnit fields.
Ideally this would be a variable set in the config file. A few caveats:
do we want a cascading set of variables with more and more narrow scope? For example, a global setting of "#" overridden for persons by "|" and for persons citation units by "_" (this could help if using URLs in a citedRange?)
Otherwise this seems straightforward but would take some refactoring time.
Currently we have
#
as the hard-coded delimiter for multi-range/multi-unit citedRange and citationUnit fields.Ideally this would be a variable set in the config file. A few caveats:
Otherwise this seems straightforward but would take some refactoring time.