From: Mike Taylor Date: Tue, 12 Sep 2006 09:25:17 +0000 (+0000) Subject: Use 4=6 and 5=105 respectively for the "all" and "any" relations. X-Git-Tag: YAZ.2.1.30~7 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=cddd92d66e3a59179357c552a53cd7cba43f646f;hp=d37f43b0cd3bc5553c6e24203f2fdf3dbdca93a4 Use 4=6 and 5=105 respectively for the "all" and "any" relations. It turns out that Zebra supports these -- who knew?! :-) --- 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).