]> git.evergreen-ils.org Git - 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 03:00:51 +0000 (03:00 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 14 Jan 2011 03:00:51 +0000 (03:00 +0000)
commit0d0adeb04fa9ad1a651add7604e4f39eddf88f38
treebf469e1611fd6ee30a0e70bab77bf4895a1f2cc7
parent9992a6b7dbaac4c1474d0b83f36cae8239469220
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/branches/rel_2_0@19177 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm