}
static int check_limit_local(struct client *cl,
- struct record *record)
+ struct record *record,
+ int record_no)
{
int skip_record = 0;
struct session *se = client_get_session(cl);
}
ser_md = &service->metadata[md_field_id];
rec_md = record->metadata[md_field_id];
+ yaz_log(YLOG_LOG, "check limit local %s", name);
for (i = 0; i < num_v; )
{
if (rec_md)
}
}
- if (check_limit_local(cl, record))
+ if (check_limit_local(cl, record, record_no))
{
session_log(se, YLOG_LOG, "Facet filtered out record no %d from %s",
record_no, sdb->database->id);