[OPEN-ILS-GENERAL] Z39.50 Searching

Mike Rylander mrylander at gmail.com
Mon Oct 12 12:50:29 EDT 2009


On Mon, Oct 12, 2009 at 12:21 PM, Dan Scott <dan at coffeecode.net> wrote:
> 2009/10/12 Hardy, Elaine <ehardy at georgialibraries.org>:
>> Jason and Don,
>>
>> I just recreated it here.  I was able to correctly re-execute the search
>> after closing and reopening the  z39.50 interface. I did not have to close
>> the entire client. I will test with other title/author and ISBN combinations
>> to see if it holds true for others.
>
> In my case - trunk - I was able to search LoC and get results by
> updating the truncation attribute from a value of '0' (the default in
> Evergreen for attributes) to '1' (to correspond to the LoC-supported
> values of '1' and '100' as documented at
> http://www.loc.gov/z3950/lcserver.html#trua).
>
> The required SQL was:
>
> UPDATE config.z3950_attr SET truncation = 1 WHERE source = 'loc';
>
> Then I shut everything down, wiped my staff client profile, started
> everything back up, and did a successful fresh search of LoC.
>
> This is consistent with what I see in yaz-client:
>
[snip test case]
>
> Soooo, we'll want to add the accepted truncation value to the 950 seed
> data for LoC. This is probably required for 1.6 if the corresponding
> changes from trunk were backported, yes? In which case, I guess we
> won't need to create upgrade scripts as the base data will be correct
> as of 1.6.0.0.
>
> Dan
>

Adding that now, as a part of my 1.6.0.0 polishing.

-- 
Mike Rylander
 | VP, Research and Design
 | Equinox Software, Inc. / The Evergreen Experts
 | phone:  1-877-OPEN-ILS (673-6457)
 | email:  miker at esilibrary.com
 | web:  http://www.esilibrary.com


More information about the Open-ils-general mailing list