From 9628a2a9bfdc1157e5f0d92987cf95ab60683426 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 22 Jun 2011 22:55:27 -0400 Subject: [PATCH] Enhance sample Z39.50 config file Make "expose holdings" the default; use specific indexes for ISBN and ISSN; show how to scope results to a part of the org tree; and show that multiple database configs can be specified in the same file. Signed-off-by: Dan Scott Signed-off-by: Mike Rylander --- Open-ILS/examples/oils_z3950.xml.example | 25 ++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/Open-ILS/examples/oils_z3950.xml.example b/Open-ILS/examples/oils_z3950.xml.example index 6fe8777c48..6cacbca2c1 100644 --- a/Open-ILS/examples/oils_z3950.xml.example +++ b/Open-ILS/examples/oils_z3950.xml.example @@ -1,14 +1,31 @@ - + - http://localhost/opac/extras/sru + http://localhost/opac/extras/sru/-/holdings marc-8 cql eg.title - eg.keyword - eg.keyword + eg.isbn + eg.issn + eg.subject + eg.author + eg.publisher + eg.keyword + eg.keyword + + + + + http://localhost/opac/extras/sru/BR1/holdings + + marc-8 + + cql + eg.title + eg.isbn + eg.issn eg.subject eg.author eg.publisher -- 2.43.2