etc/tmarc.xsl: changed ! to | in matching on d901 or d907
src/client.c: Removed local/mixed/remote option while keeping new apply_filter code.
<value>make</value>
</dictionary>
<dictionary>
++ <key>org.eclipse.cdt.make.core.buildLocation</key>
++ <value>${workspace_loc:/pazpar2.master/Debug}</value>
++ </dictionary>
++ <dictionary>
<key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
<value>clean</value>
</dictionary>
wrbuf_puts(se->wrbuf, " ");
}
- if (cn_recordfilter) {
- wrbuf_puts(se->wrbuf, "@and ");
- ccl_pquery(se->wrbuf, cn_recordfilter);
- wrbuf_puts(se->wrbuf, " ");
- }
-
+ apply_limit(sdb, facet_limits, se->wrbuf);
+
if (!pqf_strftime || !*pqf_strftime)
ccl_pquery(se->wrbuf, cn);
else