From 01aefec56fba249c41a1cfb042aac54955cae634 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 15 Jun 2006 15:42:30 +0000 Subject: [PATCH] cclqual. --- lib/ZOOM.pod | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM.pod b/lib/ZOOM.pod index fc72bdd..73e122a 100644 --- a/lib/ZOOM.pod +++ b/lib/ZOOM.pod @@ -1,4 +1,4 @@ -# $Id: ZOOM.pod,v 1.36 2006-06-13 16:44:21 mike Exp $ +# $Id: ZOOM.pod,v 1.37 2006-06-15 15:42:30 mike Exp $ use strict; use warnings; @@ -1067,11 +1067,15 @@ Connection and be retrieved using C<$conn-Eerrcode()> and related methods. $conn->option(cclfile => "samples/ccl/default.bib"); + # or + $conn->option(cclqual => "ti u=4 s=pw\nab u=62 s=pw"); $q = new ZOOM::Query::CCL2RPN('ti=dinosaur', $conn); For the C subclass, too, the Connection must be passed into the constructor, for the same reasons as when client-side -CQL compilation is used. +CQL compilation is used. The C option, if defined, gives a +CCL qualification specification inline; otherwise, the contents of the +file named by the C option are used. =head4 sortby() -- 1.7.10.4