Re: [OPEN-ILS-DEV] Search URL

2009-06-05 Thread Mike Rylander
On Thu, Jun 4, 2009 at 9:02 PM, Grant Johnson fgjohn...@upei.ca wrote: Can I generate a URL to return a catalogue entry based on an Item barcode? Not directly, but you can grab the bib id by barcode and then redirect to that bib. That's what the advanced search page does -- see:

Re: [OPEN-ILS-DEV] Search URL

2009-06-05 Thread Bill Erickson
On Thu, Jun 4, 2009 at 9:02 PM, Grant Johnson fgjohn...@upei.ca wrote: Can I generate a URL to return a catalogue entry based on an Item barcode? You could add something like this to default/js/advanced.js in advInit(): var cgi = new CGI(); if (cgi.param('barcode'))

[OPEN-ILS-DEV] Interesting Supercat strangeness

2009-06-05 Thread Grant Johnson
Hey all, a Bookbag with one item displays fine using MOST Supercat syntax Sample: http://islandpines.roblib.upei.ca/opac/extras/feed/bookbag/htmlholdings-full/66 http://islandpines.roblib.upei.ca/opac/extras/feed/bookbag/rss2/66

Re: [OPEN-ILS-DEV] Interesting Supercat strangeness

2009-06-05 Thread Mike Rylander
On Fri, Jun 5, 2009 at 12:19 PM, Grant Johnson fgjohn...@upei.ca wrote: Hey all, a Bookbag with one item displays fine using MOST Supercat syntax Sample: http://islandpines.roblib.upei.ca/opac/extras/feed/bookbag/htmlholdings-full/66

Re: [OPEN-ILS-DEV] Interesting Supercat strangeness

2009-06-05 Thread Mike Rylander
On Fri, Jun 5, 2009 at 2:23 PM, Mike Rylander mrylan...@gmail.com wrote: On Fri, Jun 5, 2009 at 12:19 PM, Grant Johnson fgjohn...@upei.ca wrote: Hey all, a Bookbag with one item displays fine using MOST Supercat syntax Sample:

Re: [OPEN-ILS-DEV] Interesting Supercat strangeness

2009-06-05 Thread Grant Johnson
Excellent. Thanks M On 2009/06/05 at 3:34 PM, in message b918cf3d0906051134o1d71b758gcfe6a74ed7034...@mail.gmail.com, Mike Rylander mrylan...@gmail.com wrote: On Fri, Jun 5, 2009 at 2:23 PM, Mike Rylander mrylan...@gmail.com wrote: On Fri, Jun 5, 2009 at 12:19 PM, Grant Johnson