X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomtst4.c;h=7be0b9671c49b278888e269eaf0ed35740dc150f;hb=e1efa4cdf426e7eb952584ed4b9d3b818c8ff070;hp=a2eb1379ad6a5baf384b70fd5d684c68c27ecf03;hpb=c5634aa19153b7b36e6de5a8e5b4536d69b2b7a1;p=yaz-moved-to-github.git diff --git a/zoom/zoomtst4.c b/zoom/zoomtst4.c index a2eb137..7be0b96 100644 --- a/zoom/zoomtst4.c +++ b/zoom/zoomtst4.c @@ -1,5 +1,5 @@ /* - * $Id: zoomtst4.c,v 1.6 2001-11-22 09:45:31 adam Exp $ + * $Id: zoomtst4.c,v 1.7 2001-11-30 08:24:06 adam Exp $ * * Asynchronous multi-target going through proxy doing search and retrieve * using present. @@ -42,6 +42,8 @@ int main(int argc, char **argv) /* get 20 (at most) records from offset 5 */ ZOOM_options_set (o, "start", "5"); ZOOM_options_set (o, "count", "20"); + ZOOM_options_set (o, "schema", "gils-schema"); + ZOOM_options_set (o, "elementSetName", "F"); /* set proxy */ ZOOM_options_set (o, "proxy", argv[1]);