X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.c;h=f78530cedae58f363cae701257bb074dc76c808f;hb=570ad4976cc3040d6879a89522d7116e440f7c72;hp=fbfc564374ee80fceddd623b044f705c38e77106;hpb=9d31a5fab7871923f23c63dd1c5fe5d169d8cc3e;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)