Skip to content
Snippets Groups Projects
Commit 39c79d01 authored by Dorian Merz's avatar Dorian Merz Committed by Robert Lange
Browse files

refs #17991 [finc] re-introduce ISSN search

parent 42c5200e
Branches
Tags
No related merge requests found
......@@ -504,10 +504,7 @@ class Record extends \VuFind\View\Helper\Root\Record
$queryParams['lookfor0'][] = $title;
$queryParams['type0'][] = 'Title';
}
$isn = $this->driver->tryMethod('getCleanISBN');
if (empty($isn)) {
$isn = $this->driver->tryMethod('getCleanISSN');
}
$isn = $this->driver->tryMethod('getCleanISSN');
if (!empty($isn)) {
$queryParams['lookfor0'][] = $isn;
$queryParams['type0'][] = 'ISN';
......
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