From: Aron Roberts Date: Mon, 8 Apr 2013 19:26:42 +0000 (-0700) Subject: CSPACE-5943: Rework building of SQL query to match Ray's candidate query #7 in CSPACE... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=d846b1f038cee452216eb267172bc816abcdfccb;p=tmp%2Fjakarta-migration.git CSPACE-5943: Rework building of SQL query to match Ray's candidate query #7 in CSPACE-5945. --- diff --git a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java index b6f025a6d..9834720c6 100644 --- a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java +++ b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java @@ -950,12 +950,16 @@ public class RepositoryJavaClientImpl implements RepositoryClient queryParams = ctx.getQueryParams(); @@ -988,7 +992,7 @@ public class RepositoryJavaClientImpl implements RepositoryClient params = new ArrayList<>(); - + // Read tenant bindings configuration to determine whether // to automatically insert leading, as well as trailing, wildcards // into the term matching string. @@ -1007,12 +1011,12 @@ public class RepositoryJavaClientImpl implements RepositoryClient '" + WorkflowClient.WORKFLOWSTATE_DELETED + "')"; }