]> git.evergreen-ils.org Git - Evergreen.git/commit
Display multiple copies and URIs per record in search results
authorDan Scott <dan@coffeecode.net>
Tue, 28 Jun 2011 17:24:37 +0000 (13:24 -0400)
committerDan Scott <dan@coffeecode.net>
Tue, 28 Jun 2011 18:27:09 +0000 (14:27 -0400)
commit52adf7fd7a556451e3637c0849f8da4cca2875fc
tree75a50d34eafde8f1af78a344fe43551494406d7b
parent38c0795a42c17d41657deccc8df93b562044ed17
Display multiple copies and URIs per record in search results

By building up a list of hashes in args.holding instead of a single
result, we can display multiple copies in search results.

Similarly, adding args.uri to misc_util.tt2 gives us the list of located
URIs to display in search results. Note that the XPath for holdings_xml
in in-db unapi will change slightly.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm
Open-ILS/web/templates/default/opac/parts/misc_util.tt2
Open-ILS/web/templates/default/opac/parts/result/table.tt2