From: Dennis Schafroth Date: Mon, 21 May 2012 14:47:51 +0000 (+0000) Subject: Re-set filtered count on re-search X-Git-Tag: v1.6.13~1^2~5 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=ab76fe0b56ada7827675c4929d11294b59e00f1b;p=pazpar2-moved-to-github.git Re-set filtered count on re-search --- diff --git a/src/client.c b/src/client.c index 59e06cd..8ae86af 100644 --- a/src/client.c +++ b/src/client.c @@ -764,10 +764,10 @@ void client_start_search(struct client *cl) present_chunk = atoi(opt_present_chunk); yaz_log(YLOG_DEBUG, "Present chunk set to %d", present_chunk); } - assert(link); cl->diagnostic = 0; + cl->filtered = 0; if (extra_args && *extra_args) ZOOM_connection_option_set(link, "extraArgs", extra_args);