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

Chris Cormack chris at katipo.co.nz
Tue Mar 28 23:03:52 CEST 2006


> 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
chris at katipo.co.nz                                          www.katipo.co.nz





More information about the Koha-zebra mailing list