Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

illURL should be your ILLiad URL.

locateURL is the url used for the item/holding locate button. The replaceable variables must include the curly brackets. These variables are the same ones used by Primo in the default maps/locate settings:

  • {library_code}
  • {location_code}
  • {location_name}
  • {call_number}
  • {title}

app.constant('customUresolver', {
enabled: true, //required -- default is false
showCompact: false, //optional -- default is false
illURL: 'https://illiad.example.edu/illiad/illiad.dll', //required -- default is ''
locateURL: 'http://www.library.edu/primo-location-maps/{library_code}/{location_code}/{call_number}' //optional -- default is ''
});