[Koha-cvs] koha/misc/zebra/usmarc pqf.properties

Chris Cormack chris at katipo.co.nz
Tue Mar 28 23:02:48 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Chris Cormack <rangi at savannah.gnu.org>	06/03/28 21:02:48

Modified files:
	misc/zebra/usmarc: pqf.properties 

Log message:
	Adding ability to do fuzzy searches

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/misc/zebra/usmarc/pqf.properties.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: koha/misc/zebra/usmarc/pqf.properties
diff -u koha/misc/zebra/usmarc/pqf.properties:1.4 koha/misc/zebra/usmarc/pqf.properties:1.5
--- koha/misc/zebra/usmarc/pqf.properties:1.4	Tue Mar  7 21:04:27 2006
+++ koha/misc/zebra/usmarc/pqf.properties	Tue Mar 28 21:02:48 2006
@@ -1,4 +1,4 @@
-# $Id: pqf.properties,v 1.4 2006/03/07 21:04:27 rangi Exp $
+# $Id: pqf.properties,v 1.5 2006/03/28 21:02:48 rangi Exp $
 #
 # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF()
 # back-end and the YAZ CQL-to-PQF converter.  This specifies the
@@ -34,7 +34,9 @@
 index.dc.author				= 1=1003
 index.dc.itemtype                       = 1=1031
 index.dc.barcode                        = 1=1032
+index.dc.branch                         = 1=1033
 index.dc.isbn                           = 1=7
+
 	### Unofficial synonym for "creator"
 index.dc.editor				= 1=1020
 index.dc.publisher			= 1=1018
@@ -80,7 +82,7 @@
 # Relation modifiers.
 #
 relationModifier.relevant		= 2=102
-relationModifier.fuzzy			= 2=100
+relationModifier.fuzzy                  = 5=103
 	### 100 is "phonetic", which is not quite the same thing
 relationModifier.stem			= 2=101
 relationModifier.phonetic		= 2=100





More information about the Koha-cvs mailing list