From d846b1f038cee452216eb267172bc816abcdfccb Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 8 Apr 2013 12:26:42 -0700 Subject: [PATCH] CSPACE-5943: Rework building of SQL query to match Ray's candidate query #7 in CSPACE-5945. --- .../client/java/RepositoryJavaClientImpl.java | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) 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 + "')"; } -- 2.47.3