]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Enable truncation attribute in Z39.50 queries to be left out entirely
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 14 Jan 2011 02:49:33 +0000 (02:49 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 14 Jan 2011 02:49:33 +0000 (02:49 +0000)
commit49cfaabebbb2505c15c14e40aea7ebb6dc5225d3
treee30781c2b4f5675cc659021592b7cfd1cbed1e65
parent548c5939a63da3c40ca384fef49bca658e82ad2d
Enable truncation attribute in Z39.50 queries to be left out entirely

Per https://bugs.launchpad.net/evergreen/+bug/702695, some Z39.50
servers hate the truncation attribute (@attr 5=anything) and always
return 0 hits.

This gives you the ability to specify a negative value for the
truncation attribute and thereby prevent the truncation attribute
from being included in the Z39.50 query for a given server.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@19175 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm