setMode as Substring() to support fuzzy match and fix TIVI-335 and TIVI-766 49/3549/1 2.0alpha accepted/2.0alpha/20130521.150712 submit/2.0alpha/20130520.014525
authorHao Li <hao.h.li@intel.com>
Thu, 16 May 2013 05:37:17 +0000 (01:37 -0400)
committerHao Li <hao.h.li@intel.com>
Thu, 16 May 2013 05:37:17 +0000 (01:37 -0400)
packaging/libzypp.changes
zypp/PoolQuery.cc

index 62fc296..a2a918a 100644 (file)
@@ -1,3 +1,6 @@
+* Thu May 16 2013 Hao Li <hao.h.li@intel.com> - 9.8.3
+- setMode as Substring() to support fuzzy match and fix TIVI-335 and TIVI-766
+
 * Fri Apr 26 22:12:13 UTC 2013 - tracy.graydon@intel.com
 - Add uuidgen patch 
 
index a2dba81..6604d1d 100644 (file)
@@ -549,6 +549,7 @@ attremptycheckend:
         if (attrvals_empty)
         {
           invokeOnEach(_strings.begin(), _strings.end(), EmptyFilter(), MyInserter(joined));
+         cflags.setModeSubstring();
           rcstrings = createRegex(joined, cflags);
         }
         else