From bd005058ce4832b581a4f81ec5667212e995a49e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 7 Jan 2004 14:01:24 +0000 Subject: [PATCH] Add isbn to bath --- etc/pqf.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/pqf.properties b/etc/pqf.properties index 22e6b9b..ae534c2 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -1,4 +1,4 @@ -# $Id: pqf.properties,v 1.6 2003-12-19 12:00:36 mike Exp $ +# $Id: pqf.properties,v 1.7 2004-01-07 14:01:24 adam Exp $ # # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF() # back-end and the YAZ CQL-to-PQF converter. This specifies the @@ -144,6 +144,7 @@ index.bath.personalName = 1=1 index.bath.corporateName = 1=2 index.bath.conferenceName = 1=3 index.bath.uniformTitle = 1=6 +index.bath.isbn = 1=7 index.bath.issn = 1=8 index.bath.geographicName = 1=58 index.bath.notes = 1=63 -- 1.7.10.4