From cddd92d66e3a59179357c552a53cd7cba43f646f Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 12 Sep 2006 09:25:17 +0000 Subject: [PATCH 1/1] Use 4=6 and 5=105 respectively for the "all" and "any" relations. It turns out that Zebra supports these -- who knew?! :-) --- etc/pqf.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/pqf.properties b/etc/pqf.properties index ad58758..4f278ed 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -1,4 +1,4 @@ -# $Id: pqf.properties,v 1.10 2006-05-17 14:12:09 mike Exp $ +# $Id: pqf.properties,v 1.11 2006-09-12 09:25:17 mike Exp $ # # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF() # back-end and the YAZ CQL-to-PQF converter. This specifies the @@ -65,9 +65,9 @@ relation.ge = 2=4 relation.> = 2=5 relation.<> = 2=6 -### These two are not really right: -relation.all = 2=3 -relation.any = 2=3 +# These two are what Zebra uses -- may not work on other servers +relation.all = 4=6 +relation.any = 4=105 # BIB-1 doesn't have a server choice relation, so we just make the # choice here, and use equality (which is clearly correct). -- 1.7.10.4