Re: [OPEN-ILS-GENERAL] URL Display in PAC

2014-07-29 Thread Donald Butterworth
URL Display in PAC: Part 2 Sorry about that. Accidentally hit the send key too soon. sigh I also created copy records for each electronic volume, with a shelving location of E-Resource Freely Available. What would y'all think about making the Shelving Location a hot link in the Available Copies

Re: [OPEN-ILS-GENERAL] URL Display in PAC

2014-07-29 Thread Mike Rylander
Don, I'd recommend against using fake copies. You can use Located URIs owned at the top of the org tree to the same end. Also, be sure your indicators are correct. You want ind1 = 4 or 1, ind2 = 0 or 1: http://www.loc.gov/marc/856guide.html The label comes from either $y or $3, in that order.

Re: [OPEN-ILS-GENERAL] URL Display in PAC

2014-07-29 Thread Kathy Lussier
Hi Don, Hope I'm not being to pesty with all these questions. No, not at all. Don't ever worry about being pesty. We've all been through those early go-live days and know how many questions they can generate. In this case, it looks like you aren't working with Located URI's, so the

Re: [OPEN-ILS-GENERAL] URL Display in PAC

2014-07-29 Thread Kathy Lussier
I am able to display four URLs in a record without any problem. Do all of your URL's have a first indicator of 1 and a second indicator of either 0 or 1? If they do not, then they will not display. Sorry, that was a typo. The first indicator should be 4, not 1. Mike, you mentioned that 1 would

Re: [OPEN-ILS-GENERAL] URL Display in PAC

2014-07-29 Thread Mike Rylander
Kathy, I was referring specifically to Located URIs, but you're absolutely correct for unadorned 856 tags. Here's the relevant code in the stored procedure that pulls out Located URIs: uris := oils_xpath('//*[@tag=856 and (@ind1=4 or @ind1=1) and (@ind2=0 or @ind2=1)]',marcxml);

Re: [OPEN-ILS-GENERAL] URL Display in PAC

2014-07-29 Thread Hardy, Elaine
] On Behalf Of Mike Rylander Sent: Tuesday, July 29, 2014 10:27 AM To: Evergreen Discussion Group Subject: Re: [OPEN-ILS-GENERAL] URL Display in PAC Kathy, I was referring specifically to Located URIs, but you're absolutely correct for unadorned 856 tags. Here's the relevant code in the stored