X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.c;h=f78530cedae58f363cae701257bb074dc76c808f;hb=044aeb161deeb1401cb68f9c3139c8fe46c62e2a;hp=fbfc564374ee80fceddd623b044f705c38e77106;hpb=b4e2292424ace7d7065ed2001e5e0a8f2d8f5daf;p=pazpar2-moved-to-github.git diff --git a/src/client.c b/src/client.c index fbfc564..f78530c 100644 --- a/src/client.c +++ b/src/client.c @@ -868,6 +868,7 @@ int client_start_search(struct client *cl) if (cl->same_search == 1 && rc_prep_connection == 2) { session_log(se, YLOG_LOG, "client %s resuse result", client_get_id(cl)); + client_report_facets(cl, cl->resultset); return client_reingest(cl); } else if (!rc_prep_connection)