From: Dennis Schafroth Date: Wed, 10 Aug 2011 08:35:55 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 X-Git-Tag: v1.5.7~13 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=9ebc11737580bcae95386cb76539650807b8f166;p=pazpar2-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 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. --- 9ebc11737580bcae95386cb76539650807b8f166 diff --cc .project index 009a45b,009a45b..abaaf39 --- a/.project +++ b/.project @@@ -30,6 -30,6 +30,10 @@@ make ++ org.eclipse.cdt.make.core.buildLocation ++ ${workspace_loc:/pazpar2.master/Debug} ++ ++ org.eclipse.cdt.make.core.cleanBuildTarget clean diff --cc src/client.c index 16099ba,8841c10..9367153 --- a/src/client.c +++ b/src/client.c @@@ -979,6 -1023,14 +1012,8 @@@ int client_parse_query(struct client *c 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