From cd5b7322e9825aa7f997c75102161438f70fc774 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 30 Nov 2006 12:36:49 +0000 Subject: [PATCH] Use internal name cql:anywhere rather than cql:all --- zebra/pqf.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zebra/pqf.properties b/zebra/pqf.properties index 96b0db5..c9fdcb7 100644 --- a/zebra/pqf.properties +++ b/zebra/pqf.properties @@ -1,4 +1,4 @@ -# $Id: pqf.properties,v 1.12 2006-10-18 11:42:20 mike Exp $ +# $Id: pqf.properties,v 1.13 2006-11-30 12:36:49 mike Exp $ # # Properties file to drive the YAZ CQL-to-PQF converter for Zebra. # This specifies the interpretation of various CQL indexes, relations, @@ -15,9 +15,9 @@ set.zeerex = info:srw/cql-context-set/2/zeerex-1.1 set = info:srw/cql-context-set/2/net-1.0 # The default index when none is specified by the query -index.cql.serverChoice = 1=cql:all +index.cql.serverChoice = 1=cql:anywhere -index.cql.anywhere = 1=cql:all +index.cql.anywhere = 1=cql:anywhere index.cql.allRecords = 1=_ALLRECORDS 2=103 index.rec.id = 1=rec:id 4=3 index.net.protocol = 1=net:protocol -- 1.7.10.4