Skip to content
Snippets Groups Projects
Commit 9e1cfaae authored by Dorian Merz's avatar Dorian Merz
Browse files

Merge branch 'master-v5' into instance/fid

parents a7ed99f6 9acbaaa7
No related merge requests found
...@@ -1550,7 +1550,7 @@ trait SolrMarcFincTrait ...@@ -1550,7 +1550,7 @@ trait SolrMarcFincTrait
// use preg_match to get rid of the isil // use preg_match to get rid of the isil
preg_match(self::KXP_PATTERN, $value, $matches); preg_match(self::KXP_PATTERN, $value, $matches);
if (!empty($matches[2])) { if (!empty($matches[2])) {
$query = 'kxp_id_str:' . $matches[2]; $query = 'kxp_id_str:' . $matches[2].$matches[3];
if ($sid = $this->fields['source_id']) { if ($sid = $this->fields['source_id']) {
$query .= ' AND source_id:'.$sid; $query .= ' AND source_id:'.$sid;
} }
......
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