Skip to content

Commit 623b222

Browse files
authored
Fix multiline comment in sample file to be actual multiline comment (#180)
1 parent e45fcb3 commit 623b222

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conf/datasources.ini.sample

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
; merge_all Merge all component parts to their host records
6868
; merge_non_articles Merge to host record unless article (including e-journal articles)
6969
; merge_non_earticles Merge to host record unless e-journal article
70-
; mergeMultiLevelParts If set to true, component parts are merged to their parents
71-
regardless of whether the parents are host records or component
72-
parts. This allows a multi-level record hierarchy.
73-
If false (default), component parts are only merged to host
74-
records.
70+
; mergeMultiLevelParts If set to true, component parts are merged to their parents
71+
; regardless of whether the parents are host records or component
72+
; parts. This allows a multi-level record hierarchy.
73+
; If false (default), component parts are only merged to host
74+
; records.
7575
; idPrefix Prefix to be used with the record ID's. Prefixes are always added so that ID's are unique, e.g. ID 1234 becomes prefix.1234 (optional, section name is used if not provided).
7676
; solrIdPrefix Prefix to be used with the record ID's in Solr (optional, overrides idPrefix but does not modify the prefix used in the Database).
7777
; indexMergedParts Whether to index merged component parts also separately with hidden_component_boolean field set to true. Defaults to true.

0 commit comments

Comments
 (0)