zoomtst3: setting option step=5
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 23 Aug 2011 16:27:41 +0000 (18:27 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 23 Aug 2011 16:27:41 +0000 (18:27 +0200)
This is to illustrate the step option and to check that it actually
works.

zoom/zoomtst3.c

index 7366f94..5361798 100644 (file)
@@ -41,6 +41,7 @@ int main(int argc, char **argv)
 
     /* get first 10 records of result set (using piggyback) */
     ZOOM_options_set (o, "count", "10");
+    ZOOM_options_set (o, "step", "5");
 
     /* preferred record syntax */
     ZOOM_options_set (o, "preferredRecordSyntax", "usmarc");