From a5b6cfc3b955800be4b8edc6d4157e88f7afdb8c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 29 Mar 2007 11:15:35 +0000 Subject: [PATCH] Add relationModifier.firstInField --- zebra/pqf.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/zebra/pqf.properties b/zebra/pqf.properties index 71c9bb7..66ba526 100644 --- a/zebra/pqf.properties +++ b/zebra/pqf.properties @@ -1,4 +1,4 @@ -# $Id: pqf.properties,v 1.16 2007-03-02 14:28:06 mike Exp $ +# $Id: pqf.properties,v 1.17 2007-03-29 11:15:35 mike Exp $ # # Properties file to drive the YAZ CQL-to-PQF converter for Zebra. # This specifies the interpretation of various CQL indexes, relations, @@ -71,6 +71,11 @@ relationModifier.sort = 7=1 relationModifier.sort-desc = 7=2 relationModifier.numeric = 4=109 +# Usually this is taken care of by CQL term-anchoring with "^", but +# since that is not done for regular expressions, we need a way to +# state it explicitly in these cases. +relationModifier.firstInField = 3=1 + # Position attributes may be specified for anchored terms (those # beginning with "^", which is stripped) and unanchored (those not # beginning with "^"). This may change when we get a BIB-1 truncation -- 1.7.10.4