File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ export default {
347
347
let url = searchLink . url + ( searchLink . urlSuffix ?? "" )
348
348
349
349
// Replace notation values
350
- const notationReplacement = notationValues . length > 0
350
+ const notationReplacement = notationValues . length > 0 && searchLink . separator
351
351
? notationValues . join ( searchLink . separator ) // Use default separator if not provided
352
352
: notationValues [ 0 ]
353
353
@@ -372,9 +372,8 @@ export default {
372
372
373
373
}
374
374
375
-
376
375
// Add custom WebDewey links for DDC
377
- if ( jskos . compare ( scheme , { uri : "http://bartoc.org/en/node/241" } ) ) {
376
+ if ( jskos . compare ( scheme , { uri : "http://bartoc.org/en/node/241" } ) && ! multipleConcepts ) {
378
377
let recordIdPrefix = "ddc"
379
378
let notation = info . notation
380
379
// Adjust notation
You can’t perform that action at this time.
0 commit comments