From 6bdc98e53b8fbc9a3323b271580268326ddc7150 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 19 Dec 2005 17:05:05 +0000 Subject: [PATCH] Add ZOOM_connection_scan1(), which takes a ZOOM_query rather than a string as its start-term, thereby opening the way for scanning on CQL terms. --- ZOOM.xs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ZOOM.xs b/ZOOM.xs index 32bf802..6799bd0 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,4 +1,4 @@ -/* $Id: ZOOM.xs,v 1.32 2005-12-19 13:46:11 mike Exp $ */ +/* $Id: ZOOM.xs,v 1.33 2005-12-19 17:05:05 mike Exp $ */ #include "EXTERN.h" #include "perl.h" @@ -371,6 +371,12 @@ ZOOM_connection_scan(c, startterm) const char* startterm # TESTED +ZOOM_scanset +ZOOM_connection_scan1(c, startterm) + ZOOM_connection c + ZOOM_query startterm + +# TESTED const char * ZOOM_scanset_term(scan, pos, occ, len) ZOOM_scanset scan -- 1.7.10.4