11 Aug
2010
11 Aug
'10
10:33 a.m.
On 11 August 2010 21:12, Colin Campbell <colin.campbell@ptfs-europe.com> wrote:
Hi, found a weird bug in retrieving author names via ZOOM. It was originally reported to me as a bug manifesting in the output of cloud-kw.pl that in the resulting cloud authors with surnames beginning in C were appearing in truncated form i.e. hristie, Agatha rather than Christie, Agatha. A bit of experimentation shows that the query being generated:
my $ss = $zbiblio->scan_pqf( '@attr 1=Author @attr 4=1 @attr 6=3 "a"');
which should pull author names is stripping initial C out of the field ( so that Christie is returned as hristie and filed as such).
And it only does this using ZOOM, ie if you do that query using yaz it behaves correctly? Chris