-# $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,
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