Skip to content
Snippets Groups Projects
Commit d01c22b4 authored by Demian Katz's avatar Demian Katz
Browse files

Added full record information to Primo.

- Resolves VUFIND-1012.
- Thanks to Luke O'Sullivan for the suggestion.
parent 378e791e
No related merge requests found
......@@ -500,6 +500,8 @@ class Connector
$item['url'] = !empty($sear->LINKS->openurl) ?
(string)$sear->LINKS->openurl :
(string)$sear->GETIT->attributes()->$att;
$item['fullrecord'] = $prefix->PrimoNMBib->record->asXml();
$items[] = $item;
//var_dump($sear->GETIT->attributes()->$att);
......
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