[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Koha-zebra] Zebra Sorting Problems
From: |
Henri-Damien |
Subject: |
Re: [Koha-zebra] Zebra Sorting Problems |
Date: |
Fri, 26 Oct 2007 08:41:40 -0700 (PDT) |
Hi
I have the same issue on Date-Of-Publication.
I think this may be because some information in 100$a is not fully detailed
for dates of publication.
But I want also to check whether those issues are fixed. (For Titles and
authors, I know it is.)
Joshua M. Ferraro wrote:
>
> Hi all,
>
> Chris and I have been trying to get ZOOM's sort() or sort_as() methods
> working ... hoping ID guys can shed some light on why they're not.
>
> So ... right after a search we're doing:
>
> # sort result set
> # in theory this should sort by title
> if ($rs->sort("yaz", "1=4 <i") < 0) {
> warn "sort failed";
> }
> else {
> warn "sorted";
> }
>
> The Apache log shows:
> [Thu Mar 16 10:24:24 2006] [error] [client 70.106.173.65] sorted at
> /home/koha/testing/koha/intranet/modules/C4/SearchMarc.pm line 265.,
> referer: http://opactest.liblime.com/cgi-bin/koha/opac-search.pl
>
> However, Zebra's log shows:
>
> 10:24:24-16/03 zebrasrv(3) [request] Sort ERROR 207 (1)->1
>
> and the results are clearly not sorted ...
>
> Here's a short sample of our 'collection.abs' file:
> melm 090$c identifier-standard,identifier-standard:p
> melm 020$a isbn:w,!:s
> melm 100 author,author:p,!:s
> melm 110 author
> melm 111 author
> melm 130 title
> melm 240 title,title:p
> melm 242 title,title:p
> melm 243 title,title:p
> melm 245$c author
> melm 245 title,title:p
> melm 245/?/a title !:w,!:p,!:s
>
> Any suggestions for this problem? Also, we're interested in the
> relevance ranking options ... how would we set that up?
>
> Cheers,
>
> --
> Joshua Ferraro VENDOR SERVICES FOR OPEN-SOURCE SOFTWARE
> President, Technology migration, training, maintenance, support
> LibLime Featuring Koha Open-Source ILS
> address@hidden |Full Demos at http://liblime.com/koha |1(888)KohaILS
>
>
> _______________________________________________
> Koha-zebra mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/koha-zebra
>
>
--
View this message in context:
http://www.nabble.com/Zebra-Sorting-Problems-tf1292893.html#a13429846
Sent from the Koha - Zebra mailing list archive at Nabble.com.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Koha-zebra] Zebra Sorting Problems,
Henri-Damien <=