Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
authorDennis Schafroth <dennis@indexdata.com>
Wed, 10 Aug 2011 08:35:55 +0000 (10:35 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 10 Aug 2011 08:35:55 +0000 (10:35 +0200)
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.

1  2 
.project
src/client.c

diff --cc .project
+++ b/.project
                                        <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>
diff --cc 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