Skip to content
Snippets Groups Projects
Commit a5fe4b27 authored by Ere Maijala's avatar Ere Maijala Committed by Robert Lange
Browse files

Alma: Include DB and Package service types in OpenURL full text results. (#1516)

parent 8c5e37ee
No related merge requests found
...@@ -176,7 +176,9 @@ class Alma extends AbstractBase ...@@ -176,7 +176,9 @@ class Alma extends AbstractBase
$map = [ $map = [
'getFullTxt' => 'getFullTxt', 'getFullTxt' => 'getFullTxt',
'getHolding' => 'getHolding', 'getHolding' => 'getHolding',
'GeneralElectronicService' => 'getWebService' 'GeneralElectronicService' => 'getWebService',
'DB' => 'getFullTxt',
'Package' => 'getFullTxt',
]; ];
return $map[$serviceType] ?? ''; return $map[$serviceType] ?? '';
} }
......
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