From: Patrick Schmitz Date: Tue, 13 Dec 2011 05:24:48 +0000 (+0000) Subject: CSPACE-4704 - Added hack to work around Nuxeo regression tokenizing on periods. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=b0f1c3a62b395180d0ada2615e06e4d836b03917;p=tmp%2Fjakarta-migration.git CSPACE-4704 - Added hack to work around Nuxeo regression tokenizing on periods. --- diff --git a/services/common/src/main/java/org/collectionspace/services/common/query/nuxeo/QueryManagerNuxeoImpl.java b/services/common/src/main/java/org/collectionspace/services/common/query/nuxeo/QueryManagerNuxeoImpl.java index 470476f25..d5ecc3305 100644 --- a/services/common/src/main/java/org/collectionspace/services/common/query/nuxeo/QueryManagerNuxeoImpl.java +++ b/services/common/src/main/java/org/collectionspace/services/common/query/nuxeo/QueryManagerNuxeoImpl.java @@ -65,7 +65,9 @@ public class QueryManagerNuxeoImpl implements IQueryManager { private static Pattern kwdTokenizer = Pattern.compile("(?:(['\"])(.*?)(?\\\\\\\\)*\\1|([^ ]+))"); private static Pattern unescapedDblQuotes = Pattern.compile("(?