From d2af7e78eeb85973ce67cbcefb9eddf43692efec Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 12 Dec 2002 10:15:56 +0000 Subject: [PATCH] remove qualifier.srw.resultSet from pqf.properties It never worked properly, and is now unnecessary anyway, since the rendering code deals with this specially. --- etc/pqf.properties | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/etc/pqf.properties b/etc/pqf.properties index 53877d5..55ba4a1 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -1,4 +1,4 @@ -# $Id: pqf.properties,v 1.7 2002-11-29 16:42:08 mike Exp $ +# $Id: pqf.properties,v 1.8 2002-12-12 10:15:56 mike Exp $ # # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF() # back-end. This specifies the interpretation of various CQL @@ -13,9 +13,6 @@ qualifier.srw.serverChoice = 1=1016 # "any" -### This needs special support in the renderer -qualifier.srw.resultSet = @set - qualifier.dc.title = 1=4 qualifier.dc.subject = 1=21 qualifier.dc.creator = 1=1003 -- 1.7.10.4