Author: jaz
Date: Sun May 20 20:49:57 2007
New Revision: 540009

URL: http://svn.apache.org/viewvc?view=rev&rev=540009
Log:
changed to an explicit space

Modified:
    ofbiz/trunk/framework/common/src/org/ofbiz/common/KeywordSearchUtil.java

Modified: 
ofbiz/trunk/framework/common/src/org/ofbiz/common/KeywordSearchUtil.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/src/org/ofbiz/common/KeywordSearchUtil.java?view=diff&rev=540009&r1=540008&r2=540009
==============================================================================
--- ofbiz/trunk/framework/common/src/org/ofbiz/common/KeywordSearchUtil.java 
(original)
+++ ofbiz/trunk/framework/common/src/org/ofbiz/common/KeywordSearchUtil.java 
Sun May 20 20:49:57 2007
@@ -183,7 +183,7 @@
         Set keywords = new TreeSet();
         if (str.length() > 0) {
             // strip off weird characters
-            str = str.replaceAll("\\\302\\\240|\\\240", "\\s");
+            str = str.replaceAll("\\\302\\\240|\\\240", " ");
             
             if (forSearch) {
                 // remove %_*? from separators if is for a search


Reply via email to