koha-zebra
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-zebra] Koha Zebra Searching Report (from NPL)


From: Chris Cormack
Subject: Re: [Koha-zebra] Koha Zebra Searching Report (from NPL)
Date: Wed, 29 Mar 2006 09:03:52 +1200
User-agent: Mutt/1.5.9i

> The relation-modifier "fuzzy" is described at:
>       http://www.loc.gov/standards/sru/cql/cql-context-set.html
> as meaning:
>       The server should be liberal in what it counts as a match. The
>       exact details of this are left up to the server, but might
>       include permutations of character order, off-by-one for
>       numerical terms and so forth.
> 
> which sounds about right to me.  So you want to have the CQL module
> translate the "fuzzy" relation modifier into the Z39.50 Type-1 query
> attribute truncation=Regexp-2 (5=103).  So can get this effect by
> adding:
>       relationModifier.fuzzy                  = 5=103
> to your "pqf.properties" file.  (In fact, there is already a rule for
> relationModifier.fuzzy, which you'll want to _replace_ with this one,
> as it's clearly incorrect).
> 
> Then you can search for:
> 
>       dc.title =/fuzzy paleontology
> 
> Awesome!  :-)
> 
Awesome indeed! :)

I wonder if we can do something similair for proximity?

Chris

--
Chris Cormack                                                     Programmer
027 4500 789                                       Katipo Communications Ltd
address@hidden                                          www.katipo.co.nz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]